diff options
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) |
