Added high life, assimilation, and 2x2 to life particles, and put it in its own menu section.

This commit is contained in:
Philip
2010-11-06 17:13:43 -04:00
parent 5c91fde92e
commit a2c8443c36
5 changed files with 121 additions and 64 deletions

View File

@@ -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;