diff options
| author | jacob1 <jfu614@gmail.com> | 2013-06-21 02:42:21 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-06-21 02:42:21 (GMT) |
| commit | f0f2c432777e892da63c481d2be519f5a82d0463 (patch) | |
| tree | 9626da3d56f5a245c84fed3ba8642ea228775c51 /src/simulation | |
| parent | 18e2008b01e403dbd0003ca3bb2fd3b6e72362a6 (diff) | |
| download | powder-f0f2c432777e892da63c481d2be519f5a82d0463.zip powder-f0f2c432777e892da63c481d2be519f5a82d0463.tar.gz | |
CFLM is a gas ... not a liquid. Fixes #116
Diffstat (limited to 'src/simulation')
| -rw-r--r-- | src/simulation/elements/CFLM.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/CFLM.cpp b/src/simulation/elements/CFLM.cpp index 53cb0a7..6619ffc 100644 --- a/src/simulation/elements/CFLM.cpp +++ b/src/simulation/elements/CFLM.cpp @@ -22,7 +22,7 @@ Element_CFLM::Element_CFLM() Gravity = -0.1f; Diffusion = 0.00f; HotAir = 0.0005f * CFDS; - Falldown = 1; + Falldown = 0; Flammable = 0; Explosive = 0; @@ -35,7 +35,7 @@ Element_CFLM::Element_CFLM() HeatConduct = 88; Description = "Sub-zero flame."; - State = ST_LIQUID; + State = ST_GAS; Properties = TYPE_GAS|PROP_LIFE_DEC|PROP_LIFE_KILL; LowPressure = IPL; |
