GOL works 100% now. todo: make some way to set GSPEED from ingame, and is the number of frames per generation.

This commit is contained in:
Philip
2010-11-05 21:25:02 -04:00
parent 068076a4ae
commit a23d46a9f6
5 changed files with 47 additions and 25 deletions

View File

@@ -108,6 +108,7 @@ int NGOL;
int CGOL;
int GSPEED;
int gol[XRES][YRES];
int gol2[XRES][YRES];
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;