summaryrefslogtreecommitdiff
path: root/powder.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-09-13 21:36:43 (GMT)
committer Simon <simon@hardwired.org.uk>2010-09-13 21:36:43 (GMT)
commita92da37559aa6e68d9165ff4f69f83517594bcc4 (patch)
tree5e2bba8d835f46d893ce47f85ad70b8ad887a598 /powder.h
parent812cf13ed22ff195be6c5bdaa90286b562c7e9cc (diff)
downloadpowder-a92da37559aa6e68d9165ff4f69f83517594bcc4.zip
powder-a92da37559aa6e68d9165ff4f69f83517594bcc4.tar.gz
History almost complete, couple of bug fixes
Diffstat (limited to 'powder.h')
-rw-r--r--powder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/powder.h b/powder.h
index efbea86..d42d8db 100644
--- a/powder.h
+++ b/powder.h
@@ -315,7 +315,7 @@ static part_state pstates[PT_NUM] =
/* LCRY */ {ST_SOLID, PT_NONE, 0.0f, PT_BGLA, 1273.0f, PT_NONE, 0.0f, PT_NONE, 0.0f},
/* STKM */ {ST_NONE, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_FIRE, 620.0f},
/* SWCH */ {ST_SOLID, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f},
- /* SMKE */ {ST_SOLID, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f},
+ /* SMKE */ {ST_SOLID, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_FIRE, 625.0f},
/* DESL */ {ST_LIQUID, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_FIRE, 335.0f},
/* COAL */ {ST_SOLID, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_NONE, 0.0f},
/* LO2 */ {ST_LIQUID, PT_NONE, 0.0f, PT_NONE, 0.0f, PT_O2, 90.1f, PT_NONE, 0.0f},