Decoration has a color menu. GoL uses less memory(17MB less), and probably a bit faster.

This commit is contained in:
Cracker64
2011-05-10 15:32:00 -04:00
committed by Simon Robertshaw
parent e675fb3cc1
commit 9d20d6af82
6 changed files with 110 additions and 34 deletions

View File

@@ -159,8 +159,8 @@ int ISWIRE;
int GSPEED;
int love[XRES/9][YRES/9];
int lolz[XRES/9][YRES/9];
int gol[XRES][YRES];
int gol2[XRES][YRES][NGOL+1];
unsigned char gol[XRES][YRES];
unsigned char gol2[XRES][YRES][NGOL+1];
int SEC;
int SEC2;
int console_mode;