Added FRZZ FRZW GRAV. add square brush, hit tab to switch between the two. pipe ctype saves.

This commit is contained in:
Philip
2010-11-18 23:27:24 -05:00
parent 5e56850682
commit 435f71c781
5 changed files with 133 additions and 23 deletions

View File

@@ -58,6 +58,10 @@ extern unsigned char ZSIZE;
#define NGOL 13
#define CIRCLE_BRUSH 0
#define SQUARE_BRUSH 1
#define BRUSH_NUM 2
#ifdef PIX16
typedef unsigned short pixel;
#else
@@ -116,6 +120,7 @@ int gol2[XRES][YRES][NGOL];
int SEC;
int SEC2;
int REPLACE_MODE;
int CURRENT_BRUSH;
extern sign signs[MAXSIGNS];
extern stamp stamps[STAMP_MAX];
extern int stamp_count;