summaryrefslogtreecommitdiff
path: root/src/simulation/elements/VRSS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/VRSS.cpp')
-rw-r--r--src/simulation/elements/VRSS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/VRSS.cpp b/src/simulation/elements/VRSS.cpp
index 903a5f7..808fc93 100644
--- a/src/simulation/elements/VRSS.cpp
+++ b/src/simulation/elements/VRSS.cpp
@@ -19,7 +19,7 @@ Element_VRSS::Element_VRSS()
HotAir = 0.000f * CFDS;
Falldown = 0;
- Flammable = 5;
+ Flammable = 0;
Explosive = 0;
Meltable = 0;
Hardness = 1;
@@ -43,7 +43,7 @@ Element_VRSS::Element_VRSS()
HighTemperatureTransition = PT_VIRS;
Update = &Element_VIRS::update;
-
+ Graphics = &Element_VIRS::graphics;
}
Element_VRSS::~Element_VRSS() {}