summaryrefslogtreecommitdiff
path: root/src/simulation/elements/CONV.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/CONV.cpp')
-rw-r--r--src/simulation/elements/CONV.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/CONV.cpp b/src/simulation/elements/CONV.cpp
index 59c7b1c..24baa90 100644
--- a/src/simulation/elements/CONV.cpp
+++ b/src/simulation/elements/CONV.cpp
@@ -31,7 +31,7 @@ Element_CONV::Element_CONV()
Description = "Solid. Converts everything into whatever it first touches.";
State = ST_NONE;
- Properties = TYPE_SOLID;
+ Properties = TYPE_SOLID|PROP_DRAWONCTYPE|PROP_NOCTYPEDRAW;
LowPressure = IPL;
LowPressureTransition = NT;