lots and lots of small changes/fixes. fixed typo for water movement, made parts_avg kinda better? electronics still work.

This commit is contained in:
Cracker64
2010-12-03 00:13:00 -05:00
parent 25ac5e7a66
commit 01a2dcaf41
6 changed files with 176 additions and 86 deletions

View File

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