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 095a6ed..595132b 100644 --- a/src/powder.c +++ b/src/powder.c @@ -1688,7 +1688,7 @@ void update_particles_i(pixel *vid, int start, int inc) pGravX -= gravx[y/CELL][x/CELL]; pGravY -= gravy[y/CELL][x/CELL]; } - else if(!(ptypes[t].properties & TYPE_SOLID)) + else if(t!=PT_STKM && t!=PT_STKM2 && !(ptypes[t].properties & TYPE_SOLID)) { pGravX += gravx[y/CELL][x/CELL]; pGravY += gravy[y/CELL][x/CELL]; |
