diff options
| author | Cracker64 <cracker642@gmail.com> | 2010-11-25 06:01:28 (GMT) |
|---|---|---|
| committer | Cracker64 <cracker642@gmail.com> | 2010-11-25 06:01:28 (GMT) |
| commit | 1eeda3f5cce7cd5f0867ae8945ae49479a43aeef (patch) | |
| tree | f1228af72ef0515ca73031f2eb0b9c9ccd7503a3 /src/main.c | |
| parent | f02d50465617ae37f549c395297f75cb56854a95 (diff) | |
| download | powder-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.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; |
