diff options
| author | Simon <simon@hardwired.org.uk> | 2011-01-31 22:10:34 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-01-31 22:10:34 (GMT) |
| commit | b033a9655d8a6670d207a172329b54daa8f30493 (patch) | |
| tree | e15f94c374f3ad9b372359b2bc414e0993c04e88 /includes/defines.h | |
| parent | 5ec884993f62a37ded46ff1008c31dc8e0b4e8f4 (diff) | |
| parent | d52fa30a45f24ad8cb5e8669c7128b193b517590 (diff) | |
| download | powder-b033a9655d8a6670d207a172329b54daa8f30493.zip powder-b033a9655d8a6670d207a172329b54daa8f30493.tar.gz | |
Fix for liquids - jacksonmj
Diffstat (limited to 'includes/defines.h')
| -rw-r--r-- | includes/defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/defines.h b/includes/defines.h index 95302fa..b3b604f 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 console_mode; |
