summaryrefslogtreecommitdiff
path: root/src/elements/pyro.c
diff options
context:
space:
mode:
authorBryan Hoyle <starfoxprime@gmail.com>2011-08-12 16:18:41 (GMT)
committer Bryan Hoyle <starfoxprime@gmail.com>2011-08-12 16:18:41 (GMT)
commitacebad0744e501214a4f2ae610c410e63e486084 (patch)
tree97c5694519b600d460f6b668cb778225967662c2 /src/elements/pyro.c
parent345c183ee344c227c386221e49a094c62cf9799b (diff)
downloadpowder-acebad0744e501214a4f2ae610c410e63e486084.zip
powder-acebad0744e501214a4f2ae610c410e63e486084.tar.gz
Made the WTVR coolign only for teh H2/O2 reaction (To keep save compatavbility)
Diffstat (limited to 'src/elements/pyro.c')
-rw-r--r--src/elements/pyro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elements/pyro.c b/src/elements/pyro.c
index 985151a..bd6ab26 100644
--- a/src/elements/pyro.c
+++ b/src/elements/pyro.c
@@ -14,6 +14,7 @@ int update_PYRO(UPDATE_FUNC_ARGS) {
t = PT_DSTW;
part_change_type(i,x,y,t);
parts[i].life = 0;
+ parts[i].ctype = PT_FIRE;
}
else if (parts[i].temp<625)
{