summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2011-05-10 19:32:00 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-14 12:46:10 (GMT)
commit9d20d6af82a3216c673dc5a8c0a3f03ff4326c4f (patch)
tree53567d991ce0efc03ab74393612dd75c5894b4f0 /includes/defines.h
parente675fb3cc18117bee065719afd390995e8494e87 (diff)
downloadpowder-9d20d6af82a3216c673dc5a8c0a3f03ff4326c4f.zip
powder-9d20d6af82a3216c673dc5a8c0a3f03ff4326c4f.tar.gz
Decoration has a color menu. GoL uses less memory(17MB less), and probably a bit faster.
Diffstat (limited to 'includes/defines.h')
-rw-r--r--includes/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/defines.h b/includes/defines.h
index dc29b4c..b756869 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -159,8 +159,8 @@ int ISWIRE;
int GSPEED;
int love[XRES/9][YRES/9];
int lolz[XRES/9][YRES/9];
-int gol[XRES][YRES];
-int gol2[XRES][YRES][NGOL+1];
+unsigned char gol[XRES][YRES];
+unsigned char gol2[XRES][YRES][NGOL+1];
int SEC;
int SEC2;
int console_mode;