summaryrefslogtreecommitdiff
path: root/src/simulation/elements/FOG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/FOG.cpp')
-rw-r--r--src/simulation/elements/FOG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/FOG.cpp b/src/simulation/elements/FOG.cpp
index ca2beb4..9cfbe62 100644
--- a/src/simulation/elements/FOG.cpp
+++ b/src/simulation/elements/FOG.cpp
@@ -43,7 +43,7 @@ Element_FOG::Element_FOG()
HighTemperatureTransition = PT_WTRV;
Update = &Element_FOG::update;
- Graphics = NULL;
+
}
//#TPT-Directive ElementHeader Element_FOG static int update(UPDATE_FUNC_ARGS)