diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-28 14:08:11 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-28 14:08:11 (GMT) |
| commit | 05e32f169844c37afc6ff8dbf5c32bf025154ea8 (patch) | |
| tree | d0ecbff74711f28a4870d601bb6cb7167d567e4b /src/simulation/elements/ARAY.cpp | |
| parent | 4263e3aab77e51de09f4716e5f89371b6aa031cd (diff) | |
| download | powder-05e32f169844c37afc6ff8dbf5c32bf025154ea8.zip powder-05e32f169844c37afc6ff8dbf5c32bf025154ea8.tar.gz | |
Fix things melting with heat sim off
Diffstat (limited to 'src/simulation/elements/ARAY.cpp')
| -rw-r--r-- | src/simulation/elements/ARAY.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/ARAY.cpp b/src/simulation/elements/ARAY.cpp index 29d3b95..2794bef 100644 --- a/src/simulation/elements/ARAY.cpp +++ b/src/simulation/elements/ARAY.cpp @@ -21,7 +21,7 @@ Element_ARAY::Element_ARAY() Flammable = 0; Explosive = 0; - Meltable = 1; + Meltable = 0; Hardness = 1; Weight = 100; |
