summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-15 16:57:37 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-15 16:57:37 (GMT)
commit663db5374fcd64afe81235f6646b3112ad5971c1 (patch)
tree6482faf1f0c9a8d71aca90c51c2fd8532c02cf22 /includes/defines.h
parent02067b1587821349e80cda5a0b98153c332a69ee (diff)
downloadpowder-663db5374fcd64afe81235f6646b3112ad5971c1.zip
powder-663db5374fcd64afe81235f6646b3112ad5971c1.tar.gz
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).
Diffstat (limited to 'includes/defines.h')
-rw-r--r--includes/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 68cc600..0dbb62e 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -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];