mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
Decoration has a color menu. GoL uses less memory(17MB less), and probably a bit faster.
This commit is contained in:
committed by
Simon Robertshaw
parent
e675fb3cc1
commit
9d20d6af82
@@ -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;
|
||||
|
Reference in New Issue
Block a user