summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SNOW.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/SNOW.cpp')
-rw-r--r--src/simulation/elements/SNOW.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/SNOW.cpp b/src/simulation/elements/SNOW.cpp
index 0d09611..9d8a6a5 100644
--- a/src/simulation/elements/SNOW.cpp
+++ b/src/simulation/elements/SNOW.cpp
@@ -40,7 +40,7 @@ Element_SNOW::Element_SNOW()
LowTemperature = ITL;
LowTemperatureTransition = NT;
HighTemperature = 273.0f;
- HighTemperatureTransition = PT_WATR;
+ HighTemperatureTransition = ST;
Update = &Element_SNOW::update;
Graphics = NULL;
@@ -71,4 +71,4 @@ int Element_SNOW::update(UPDATE_FUNC_ARGS)
}
-Element_SNOW::~Element_SNOW() {} \ No newline at end of file
+Element_SNOW::~Element_SNOW() {}