Added BCLN LOVE WTF. description on forum post. A fix for loading COAL. made everything use the #defines for cmode (ex. CM_HEAT instead of 5).

This commit is contained in:
Philip
2010-11-15 11:57:37 -05:00
parent 02067b1587
commit 663db5374f
6 changed files with 284 additions and 83 deletions

View File

@@ -108,7 +108,9 @@ typedef struct stamp stamp;
int MSIGN;
int CGOL;
int ISGOL;
int ISLOVE;
int GSPEED;
int love[XRES/9][YRES/9];
int gol[XRES][YRES];
int gol2[XRES][YRES][NGOL];
extern sign signs[MAXSIGNS];