diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-09 06:04:59 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-09 06:04:59 (GMT) |
| commit | febd9be62764a0b08c6c2501a87d073591343000 (patch) | |
| tree | 8aca73a7742552e9db25a72e211e5ccae399405d /src/main.c | |
| parent | 16265e3736d5cf9e5620d423e03ed1df0ede50eb (diff) | |
| download | powder-febd9be62764a0b08c6c2501a87d073591343000.zip powder-febd9be62764a0b08c6c2501a87d073591343000.tar.gz | |
Added 3 more life types
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,8 +102,8 @@ int death = 0, framerender = 0; int amd = 1; int FPSB = 0; int MSIGN =-1; -int CGOL = 0; -int GSPEED = 1; +//int CGOL = 0; +//int GSPEED = 1; sign signs[MAXSIGNS]; |
