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/GPMP.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/GPMP.cpp')
| -rw-r--r-- | src/simulation/elements/GPMP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/GPMP.cpp b/src/simulation/elements/GPMP.cpp index aea2519..3cf51a3 100644 --- a/src/simulation/elements/GPMP.cpp +++ b/src/simulation/elements/GPMP.cpp @@ -21,7 +21,7 @@ Element_GPMP::Element_GPMP() Flammable = 0; Explosive = 0; - Meltable = 1; + Meltable = 0; Hardness = 1; Weight = 100; |
