diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/defines.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/defines.h b/includes/defines.h index 717bc4d..2eb1075 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -18,7 +18,7 @@ #define THUMB_CACHE_SIZE 256 -#define NGOL 11 +#define NGOL 10 #define IMGCONNS 3 #define TIMEOUT 100 @@ -107,6 +107,7 @@ typedef struct stamp stamp; int MSIGN; int CGOL; +int ISGOL; int GSPEED; int gol[XRES][YRES]; int gol2[XRES][YRES][NGOL]; |
