diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-06 21:13:43 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-06 21:13:43 (GMT) |
| commit | a2c8443c369daaa693e7a820500465acd8334df9 (patch) | |
| tree | e1fed014ed4cd68b71da25f5542ac17199608755 /includes/defines.h | |
| parent | 5c91fde92e7321f9b3a56eaf90b5d288545472c3 (diff) | |
| download | powder-a2c8443c369daaa693e7a820500465acd8334df9.zip powder-a2c8443c369daaa693e7a820500465acd8334df9.tar.gz | |
Added high life, assimilation, and 2x2 to life particles, and put it in its own menu section.
Diffstat (limited to 'includes/defines.h')
| -rw-r--r-- | includes/defines.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/defines.h b/includes/defines.h index 26a2f76..7763f75 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -18,6 +18,8 @@ #define THUMB_CACHE_SIZE 256 +#define NGOL 5 + #define IMGCONNS 3 #define TIMEOUT 100 #define HTTP_TIMEOUT 10 @@ -104,11 +106,10 @@ struct stamp typedef struct stamp stamp; int MSIGN; -int NGOL; int CGOL; int GSPEED; int gol[XRES][YRES]; -int gol2[XRES][YRES]; +int gol2[XRES][YRES][NGOL]; extern sign signs[MAXSIGNS]; extern stamp stamps[STAMP_MAX]; extern int stamp_count; |
