summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-12-10 08:29:23 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-12-10 18:38:30 (GMT)
commitbcfea42d18f14ed851936cfe458e7876b9d54a28 (patch)
treefedc2a4e6e1460eee5d990478aea4fdfc48103d1 /src/powder.c
parentc7d0bf48b614337b29726bc9bca98047031c6cb4 (diff)
downloadpowder-bcfea42d18f14ed851936cfe458e7876b9d54a28.zip
powder-bcfea42d18f14ed851936cfe458e7876b9d54a28.tar.gz
Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_part
Diffstat (limited to 'src/powder.c')
-rw-r--r--src/powder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powder.c b/src/powder.c
index e3d5bef..c683f68 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -1070,7 +1070,7 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a
}
return -1;
}
- if (t==PT_BIZR||t==PT_BIZRG)
+ if (t==PT_BIZR||t==PT_BIZRG||t==PT_BIZRS)
parts[i].ctype = 0x47FFFF;
//and finally set the pmap/photon maps to the newly created particle
if (t==PT_PHOT||t==PT_NEUT||t==PT_ELEC)