summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorCate <cate@cate-6sh2.(none)>2011-07-11 17:58:22 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-07-12 13:00:21 (GMT)
commit0858b18255a5a31de7ebc677b6d36c73a43652d8 (patch)
treec061c4dbecd0e1cfdd0083f4aff62d6269893880 /includes
parent7036af066bccd705847dd2b3b64a14ae7501e45a (diff)
downloadpowder-0858b18255a5a31de7ebc677b6d36c73a43652d8.zip
powder-0858b18255a5a31de7ebc677b6d36c73a43652d8.tar.gz
Fixed a typo (?) in Powder.h that made oil turn to oil all over again anywhere below -6 pressure. Not sure why this was set to do this, but fixed anyway.
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 9ae03d9..316c832 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -563,7 +563,7 @@ static part_transition ptransitions[PT_NUM] =
/* GUN */ {IPL, NT, IPH, NT, ITL, NT, 673.0f, PT_FIRE},
/* NITR */ {IPL, NT, IPH, NT, ITL, NT, 673.0f, PT_FIRE},
/* CLNE */ {IPL, NT, IPH, NT, ITL, NT, ITH, NT},
- /* GAS */ {-6.0f, PT_OIL, 6.0f, PT_OIL, ITL, NT, 573.0f, PT_FIRE},
+ /* GAS */ {IPL, NT, 6.0f, PT_OIL, ITL, NT, 573.0f, PT_FIRE},
/* C-4 */ {IPL, NT, IPH, NT, ITL, NT, 673.0f, PT_FIRE},
/* GOO */ {IPL, NT, IPH, NT, ITL, NT, ITH, NT},
/* ICE */ {IPL, NT, 0.8f, PT_SNOW, ITL, NT, 233.0f, ST},