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