diff options
| author | Cracker64 <cracker642@gmail.com> | 2010-12-03 05:13:00 (GMT) |
|---|---|---|
| committer | Cracker64 <cracker642@gmail.com> | 2010-12-03 05:13:00 (GMT) |
| commit | 01a2dcaf419b207702d959a5016107674c636325 (patch) | |
| tree | 0d02d0dc687ca7442b5e6ed8c4e9ed91972e5743 /includes/defines.h | |
| parent | 25ac5e7a660485ab4417c6b343f96fb03a930fb1 (diff) | |
| download | powder-01a2dcaf419b207702d959a5016107674c636325.zip powder-01a2dcaf419b207702d959a5016107674c636325.tar.gz | |
lots and lots of small changes/fixes. fixed typo for water movement, made parts_avg kinda better? electronics still work.
Diffstat (limited to 'includes/defines.h')
| -rw-r--r-- | includes/defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h index 87604b5..b2e1cca 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -122,9 +122,11 @@ int MSIGN; int CGOL; int ISGOL; int ISLOVE; +int ISLOLZ; int ISGRAV; int GSPEED; int love[XRES/9][YRES/9]; +int lolz[XRES/9][YRES/9]; int gol[XRES][YRES]; int gol2[XRES][YRES][NGOL]; int SEC; |
