Fixed love crash on mac, added adjustable grid mode, hit 'g', goes up to 9.

This commit is contained in:
Cracker64
2010-11-30 14:43:42 -05:00
parent bb16ffa2bb
commit 491016eaf4
5 changed files with 27 additions and 7 deletions

View File

@@ -131,6 +131,7 @@ int SEC;
int SEC2;
int REPLACE_MODE;
int CURRENT_BRUSH;
int GRID_MODE;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;