summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2010-11-25 06:01:28 (GMT)
committer Cracker64 <cracker642@gmail.com>2010-11-25 06:01:28 (GMT)
commit1eeda3f5cce7cd5f0867ae8945ae49479a43aeef (patch)
treef1228af72ef0515ca73031f2eb0b9c9ccd7503a3 /src/main.c
parentf02d50465617ae37f549c395297f75cb56854a95 (diff)
downloadpowder-1eeda3f5cce7cd5f0867ae8945ae49479a43aeef.zip
powder-1eeda3f5cce7cd5f0867ae8945ae49479a43aeef.tar.gz
ANAR, behaves opposite of dust. fix fuse loading, floodfilling of neut/photons.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 3020cbf..b12dc25 100644
--- a/src/main.c
+++ b/src/main.c
@@ -559,8 +559,10 @@ int parse_save(void *save, int size, int replace, int x0, int y0)
else if(i < nf)
{
parts[fp[i]].type = j;
- if(j == PT_COAL)
- parts[fp[i]].tmp = 50;
+ if(j == PT_COAL)
+ parts[fp[i]].tmp = 50;
+ if(j == PT_FUSE)
+ parts[fp[i]].tmp = 50;
if(j == PT_PHOT)
parts[fp[i]].ctype = 0x3fffffff;
parts[fp[i]].x = (float)x;