summaryrefslogtreecommitdiff
path: root/powder.h
diff options
context:
space:
mode:
authorPhil <cracker642@gmail.com>2010-09-08 04:39:22 (GMT)
committer Phil <cracker642@gmail.com>2010-09-08 04:39:22 (GMT)
commitd28edfa6a9932b479efa36cdb9448354081c09ab (patch)
treefc35bd882c8da8d1fe6eb1ecb98e8efe5ae3b17b /powder.h
parenteb7206aa304ac46ee08d4d2466b48ffe217f7bcb (diff)
downloadpowder-d28edfa6a9932b479efa36cdb9448354081c09ab.zip
powder-d28edfa6a9932b479efa36cdb9448354081c09ab.tar.gz
Fireworks glow in fancy display, fixed some crash errors they could cause.
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 dab31e0..27d72ca 100644
--- a/powder.h
+++ b/powder.h
@@ -253,7 +253,7 @@ static const part_type ptypes[PT_NUM] =
{"THRM", PIXPACK(0xA08090), 0.4f, 0.04f * CFDS, 0.94f, 0.95f, -0.1f, 0.3f, 0.00f, 0.000f * CFDS, 1, 0, 0, 2, 2, 1, SC_POWDERS, R_TEMP+0.0f +273.15f, 211, "Thermite."},
{"GLOW", PIXPACK(0x445544), 0.3f, 0.02f * CFDS, 0.95f, 0.80f, 0.0f, 0.15f, 0.00f, 0.000f * CFDS, 2, 0, 0, 0, 2, 1, SC_LIQUID, R_TEMP+20.0f+273.15f, 44, "Glow."},
{"BRCK", PIXPACK(0x808080), 0.0f, 0.00f * CFDS, 0.90f, 0.00f, 0.0f, 0.0f, 0.00f, 0.000f * CFDS, 0, 0, 0, 0, 1, 1, SC_SOLIDS, R_TEMP+0.0f +273.15f, 251, "Brick, breakable building material."},
- {"FWRK", PIXPACK(0x666666), 0.4f, 0.01f * CFDS, 0.99f, 0.95f, 0.0f, 0.4f, 0.00f, 0.000f * CFDS, 1, 0, 0, 0, 0, 1, SC_POWDERS, R_TEMP+0.0f+273.15f, 100, "Fireworks!! in progress"},
+ {"FWRK", PIXPACK(0x666666), 0.4f, 0.01f * CFDS, 0.99f, 0.95f, 0.0f, 0.4f, 0.00f, 0.000f * CFDS, 1, 0, 0, 0, 0, 1, SC_EXPLOSIVE, R_TEMP+0.0f+273.15f, 100, "Fireworks!! Glows in fancy"},
//Name Colour Advec Airdrag Airloss Loss Collid Grav Diffus Hotair Fal Burn Exp Mel Hrd M Section H Ins(real world, by triclops200) Description
};