diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-22 20:36:24 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-22 20:36:24 (GMT) |
| commit | 60e4c076cbb84c457573417cda5e1659b106bf83 (patch) | |
| tree | 86d07be69293871b861898c604fc16306ee7a520 /includes/defines.h | |
| parent | 3d2292890b2d091ba4e7b2e7c1b24dbc7be4ac2c (diff) | |
| download | powder-60e4c076cbb84c457573417cda5e1659b106bf83.zip powder-60e4c076cbb84c457573417cda5e1659b106bf83.tar.gz | |
floodfill fix, @_@ elements, grav changes color
Diffstat (limited to 'includes/defines.h')
| -rw-r--r-- | includes/defines.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h index 3dba08f..10f210d 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -87,6 +87,13 @@ extern int amd; extern int FPSB; int NUM_PARTS; +int GRAV; +int GRAV_R; +int GRAV_G; +int GRAV_B; +int GRAV_R2; +int GRAV_G2; +int GRAV_B2; extern int legacy_enable; @@ -115,6 +122,7 @@ int MSIGN; int CGOL; int ISGOL; int ISLOVE; +int ISGRAV; int GSPEED; int love[XRES/9][YRES/9]; int gol[XRES][YRES]; |
