diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-05-04 20:43:43 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-05-04 20:43:43 (GMT) |
| commit | 3799d5ed86e7b508b39544cad3b3346655c804f1 (patch) | |
| tree | 96ad9594f79b31b2ee7f4c5d37d0d2365ed2fd37 /src/simulation/elements/LAVA.cpp | |
| parent | 2d8c5a77472159229d920041878e09c003c84ecd (diff) | |
| parent | 36efb4864412537ff4a48a99337f220d601acc70 (diff) | |
| download | powder-3799d5ed86e7b508b39544cad3b3346655c804f1.zip powder-3799d5ed86e7b508b39544cad3b3346655c804f1.tar.gz | |
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'src/simulation/elements/LAVA.cpp')
| -rw-r--r-- | src/simulation/elements/LAVA.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/LAVA.cpp b/src/simulation/elements/LAVA.cpp index 062dcf8..b52c61e 100644 --- a/src/simulation/elements/LAVA.cpp +++ b/src/simulation/elements/LAVA.cpp @@ -37,7 +37,7 @@ Element_LAVA::Element_LAVA() LowPressureTransition = NT; HighPressure = IPH; HighPressureTransition = NT; - LowTemperature = 2573.15f; + LowTemperature = 3695.0f;// Highest temperature at which any type of lava can solidify LowTemperatureTransition = ST; HighTemperature = ITH; HighTemperatureTransition = NT; @@ -68,4 +68,4 @@ int Element_LAVA::graphics(GRAPHICS_FUNC_ARGS) } -Element_LAVA::~Element_LAVA() {}
\ No newline at end of file +Element_LAVA::~Element_LAVA() {} |
