diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-05 05:22:43 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-05 05:22:43 (GMT) |
| commit | 068076a4aeaa444e72b44f716172e4e583953e2d (patch) | |
| tree | 69e07c687100982d7713100eb840c07fb56020bc /includes/defines.h | |
| parent | 4ed5b47bfffd20c887e422a3997a756cc0066866 (diff) | |
| download | powder-068076a4aeaa444e72b44f716172e4e583953e2d.zip powder-068076a4aeaa444e72b44f716172e4e583953e2d.tar.gz | |
Made it go faster, once per frame, and cool heat colors.
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 1827eca..4e0304a 100644 --- a/includes/defines.h +++ b/includes/defines.h @@ -106,6 +106,7 @@ typedef struct stamp stamp; int MSIGN; int NGOL; int CGOL; +int GSPEED; int gol[XRES][YRES]; extern sign signs[MAXSIGNS]; extern stamp stamps[STAMP_MAX]; |
