diff options
Diffstat (limited to 'src/simulation/elements/STKM2.cpp')
| -rw-r--r-- | src/simulation/elements/STKM2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/STKM2.cpp b/src/simulation/elements/STKM2.cpp index ee94adb..d9c3d9a 100644 --- a/src/simulation/elements/STKM2.cpp +++ b/src/simulation/elements/STKM2.cpp @@ -31,7 +31,7 @@ Element_STKM2::Element_STKM2() Description = "Second stickman. Don't kill him! Control with wasd."; State = ST_NONE; - Properties = 0; + Properties = PROP_NOCTYPEDRAW; LowPressure = IPL; LowPressureTransition = NT; |
