summaryrefslogtreecommitdiff
path: root/includes/defines.h
diff options
context:
space:
mode:
authorjacksonmj <jacksonmj@jacksonmj.none>2011-01-29 11:18:10 (GMT)
committer jacksonmj <jacksonmj@jacksonmj.none>2011-01-29 11:20:34 (GMT)
commit5d34cae2e48938aaeebb44786e164bc3c7d94a43 (patch)
treec68a0c1fb12af59e4e9f2ee92c0aa088359b5f28 /includes/defines.h
parent9938378c0d7eed11dc3cf2db67dfd32d0c31dfd7 (diff)
downloadpowder-5d34cae2e48938aaeebb44786e164bc3c7d94a43.zip
powder-5d34cae2e48938aaeebb44786e164bc3c7d94a43.tar.gz
Consistent use of NGOL, better NSCN description
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 43b2598..b6df689 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -61,7 +61,7 @@ extern unsigned char ZSIZE;
#define STAMP_Y 4
#define STAMP_MAX 120
-#define NGOL 26
+#define NGOL 25
#define CIRCLE_BRUSH 0
#define SQUARE_BRUSH 1
@@ -136,7 +136,7 @@ int GSPEED;
int love[XRES/9][YRES/9];
int lolz[XRES/9][YRES/9];
int gol[XRES][YRES];
-int gol2[XRES][YRES][NGOL];
+int gol2[XRES][YRES][NGOL+1];
int SEC;
int SEC2;
int REPLACE_MODE;