more small changes/fixes. Generation count for GoL in debug, resets with 'r'.

This commit is contained in:
Cracker64
2010-12-11 23:31:08 -05:00
parent d4f0b2295d
commit dc318fa14a
5 changed files with 90 additions and 40 deletions

View File

@@ -137,6 +137,7 @@ int CURRENT_BRUSH;
int GRID_MODE;
int VINE_MODE;
int DEBUG_MODE;
int GENERATION;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;