summaryrefslogtreecommitdiff
path: root/src/elements/pyro.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-08-14 17:32:10 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-08-14 17:32:10 (GMT)
commitdcd3af94404b1d1bb296566a84177cc37e0b83d5 (patch)
tree77385a265e760cd8bd86ac9077e2c0f58c6204e8 /src/elements/pyro.c
parentd3153aae85f2e3cd1ba8ff0520e5ebe51e08d7d5 (diff)
parentca66525bea67de164603163752aee0212d59df34 (diff)
downloadpowder-dcd3af94404b1d1bb296566a84177cc37e0b83d5.zip
powder-dcd3af94404b1d1bb296566a84177cc37e0b83d5.tar.gz
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
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)
{