diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-06 23:03:35 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-06 23:03:35 (GMT) |
| commit | 75922ae31df9df98f258cf2a5995524b3e4fc63b (patch) | |
| tree | e54c1cedbc069991fe1ba6e2be68ae721e2c1caa /src/main.c | |
| parent | a2c8443c369daaa693e7a820500465acd8334df9 (diff) | |
| download | powder-75922ae31df9df98f258cf2a5995524b3e4fc63b.zip powder-75922ae31df9df98f258cf2a5995524b3e4fc63b.tar.gz | |
added Day&Night life particles
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -528,6 +528,8 @@ int parse_save(void *save, int size, int replace, int x0, int y0) gol[x][y] = 3; if(j == PT_2x2) gol[x][y] = 4; + if(j == PT_DANI) + gol[x][y] = 5; if(j == PT_PHOT) parts[k].ctype = 0x3fffffff; parts[k].x = (float)x; |
