summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-09 22:41:54 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-09 22:41:54 (GMT)
commit83cd8c7979614f4164af3c9e3d19ff705e8a5430 (patch)
treedfee5017d9f48bcef7102faf808302f8f155b9a6 /src/main.c
parentfebd9be62764a0b08c6c2501a87d073591343000 (diff)
downloadpowder-83cd8c7979614f4164af3c9e3d19ff705e8a5430.zip
powder-83cd8c7979614f4164af3c9e3d19ff705e8a5430.tar.gz
Slight changes, added some comments
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 63431b4..f513a20 100644
--- a/src/main.c
+++ b/src/main.c
@@ -102,8 +102,8 @@ int death = 0, framerender = 0;
int amd = 1;
int FPSB = 0;
int MSIGN =-1;
-//int CGOL = 0;
-//int GSPEED = 1;
+int CGOL = 0;
+int GSPEED = 1;//causes my .exe to crash..
sign signs[MAXSIGNS];