Added 3 more life types

This commit is contained in:
Philip
2010-11-09 01:04:59 -05:00
parent 16265e3736
commit febd9be627
4 changed files with 27 additions and 18 deletions

View File

@@ -18,8 +18,6 @@
#define THUMB_CACHE_SIZE 256
#define NGOL 10
#define IMGCONNS 3
#define TIMEOUT 100
#define HTTP_TIMEOUT 10
@@ -58,6 +56,8 @@ extern unsigned char ZSIZE;
#define STAMP_Y 4
#define STAMP_MAX 120
#define NGOL 13
#ifdef PIX16
typedef unsigned short pixel;
#else