Added PIPE, yay. Added whole menu sections to be able to be specifically deleted.

This commit is contained in:
Philip
2010-11-18 00:01:46 -05:00
parent 9383c1ca4c
commit 5d0da4b138
5 changed files with 238 additions and 10 deletions

View File

@@ -113,6 +113,8 @@ int GSPEED;
int love[XRES/9][YRES/9];
int gol[XRES][YRES];
int gol2[XRES][YRES][NGOL];
int SEC;
int SEC2;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;