summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/powder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/powder.c b/src/powder.c
index 8d17423..54d9e3d 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -1562,10 +1562,10 @@ void update_particles_i(pixel *vid, int start, int inc)
parts[i].tmp = 0;
t = PT_BMTL;
}
- if (parts[i].ctype==PT_PLUT)
+ if (t==PT_PLUT)
{
parts[i].tmp = 0;
- t = parts[i].ctype = PT_LAVA;
+ t = PT_LAVA;
}
}
}