diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-12-10 08:29:23 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-12-10 15:53:42 (GMT) |
| commit | 20dd54f36e971e9b9f8762309caa49ed07bea031 (patch) | |
| tree | ae0bb137d08d1ac1a8a028f9835658837b8d5df5 /src/powder.c | |
| parent | f9603fd4a9ce64e91f65de9868915d717ff274ed (diff) | |
| download | powder-20dd54f36e971e9b9f8762309caa49ed07bea031.zip powder-20dd54f36e971e9b9f8762309caa49ed07bea031.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.c | 2 |
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) |
