summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-06 23:03:35 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-06 23:03:35 (GMT)
commit75922ae31df9df98f258cf2a5995524b3e4fc63b (patch)
treee54c1cedbc069991fe1ba6e2be68ae721e2c1caa /src/main.c
parenta2c8443c369daaa693e7a820500465acd8334df9 (diff)
downloadpowder-75922ae31df9df98f258cf2a5995524b3e4fc63b.zip
powder-75922ae31df9df98f258cf2a5995524b3e4fc63b.tar.gz
added Day&Night life particles
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index bb57fc6..fe5cfd8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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;