diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-18 21:23:24 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-18 21:23:24 (GMT) |
| commit | 5e56850682e033a202f633319c08965b0ed1ac69 (patch) | |
| tree | 38e8271e1ba5b2d720585cd43706ba00326b2c80 /includes/defines.h | |
| parent | 5d0da4b13882608536ba96e977de1fe4fd6f8b55 (diff) | |
| download | powder-5e56850682e033a202f633319c08965b0ed1ac69.zip powder-5e56850682e033a202f633319c08965b0ed1ac69.tar.gz | |
Added element replacement ability. hit insert. capslock is shift-alt so you can do lines/boxes with specific element erase. read post for other changes
Diffstat (limited to 'includes/defines.h')
| -rw-r--r-- | includes/defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h index 173bc2b..e7b9be1 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -115,6 +115,7 @@ int gol[XRES][YRES]; int gol2[XRES][YRES][NGOL]; int SEC; int SEC2; +int REPLACE_MODE; extern sign signs[MAXSIGNS]; extern stamp stamps[STAMP_MAX]; extern int stamp_count; |
