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