Added element replacement ability. hit insert. capslock is shift-alt so you can do lines/boxes with specific element erase. read post for other changes

This commit is contained in:
Philip
2010-11-18 16:23:24 -05:00
parent 5d0da4b138
commit 5e56850682
5 changed files with 70 additions and 56 deletions

View File

@@ -115,6 +115,7 @@ int gol[XRES][YRES];
int gol2[XRES][YRES][NGOL];
int SEC;
int SEC2;
int REPLACE_MODE;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;