diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 16:12:15 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 16:12:15 (GMT) |
| commit | 6585a4640b9d1d24d821fb2147fe6182a709f088 (patch) | |
| tree | 4ccbd35c1776955c2933991af5181babe2332f9a /src/simulation/elements/147.cpp | |
| parent | 0afecb5b77442d770f5ebb149f574d87859ebde7 (diff) | |
| download | powder-6585a4640b9d1d24d821fb2147fe6182a709f088.zip powder-6585a4640b9d1d24d821fb2147fe6182a709f088.tar.gz | |
TPT: Replace all explosion sparks with new element (EMBR) 1d5b081942
Diffstat (limited to 'src/simulation/elements/147.cpp')
| -rw-r--r-- | src/simulation/elements/147.cpp | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/src/simulation/elements/147.cpp b/src/simulation/elements/147.cpp deleted file mode 100644 index 902db2d..0000000 --- a/src/simulation/elements/147.cpp +++ /dev/null @@ -1,49 +0,0 @@ -#include "simulation/Elements.h" -//#TPT-Directive ElementClass Element_147 PT_147 147 -Element_147::Element_147() -{ - Identifier = "DEFAULT_PT_147"; - Name = "WIND"; - Colour = PIXPACK(0x101010); - MenuVisible = 0; - MenuSection = SC_SPECIAL; - Enabled = 0; - - Advection = 0.0f; - AirDrag = 0.00f * CFDS; - AirLoss = 0.90f; - Loss = 0.00f; - Collision = 0.0f; - Gravity = 0.0f; - Diffusion = 0.00f; - HotAir = 0.000f * CFDS; - Falldown = 0; - - Flammable = 0; - Explosive = 0; - Meltable = 0; - Hardness = 0; - - Weight = 100; - - Temperature = 0.0f; - HeatConduct = 40; - Description = ""; - - State = ST_NONE; - Properties = ST_NONE; - - LowPressure = IPL; - LowPressureTransition = NT; - HighPressure = IPH; - HighPressureTransition = NT; - LowTemperature = ITL; - LowTemperatureTransition = NT; - HighTemperature = ITH; - HighTemperatureTransition = NT; - - Update = NULL; - -} - -Element_147::~Element_147() {}
\ No newline at end of file |
