summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-06 01:25:02 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-06 01:25:02 (GMT)
commita23d46a9f6e612a51f9dfa5e0f6a578953da6757 (patch)
tree26a1a1fd85367803b800a7f3703d1a9fc8159beb /includes/defines.h
parent068076a4aeaa444e72b44f716172e4e583953e2d (diff)
downloadpowder-a23d46a9f6e612a51f9dfa5e0f6a578953da6757.zip
powder-a23d46a9f6e612a51f9dfa5e0f6a578953da6757.tar.gz
GOL works 100% now. todo: make some way to set GSPEED from ingame, and is the number of frames per generation.
Diffstat (limited to 'includes/defines.h')
-rw-r--r--includes/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 4e0304a..26a2f76 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -108,6 +108,7 @@ int NGOL;
int CGOL;
int GSPEED;
int gol[XRES][YRES];
+int gol2[XRES][YRES];
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;