summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/elements/pyro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/pyro.c b/src/elements/pyro.c
index 19192d1..3160920 100644
--- a/src/elements/pyro.c
+++ b/src/elements/pyro.c
@@ -11,7 +11,7 @@ int update_PYRO(UPDATE_FUNC_ARGS) {
if(t==PT_FIRE && parts[i].life <=1)
{
if (parts[i].tmp==3){
- t = PT_WATR;
+ t = PT_DSTW;
part_change_type(i,x,y,t);
parts[i].life = 0;
}