diff options
Diffstat (limited to 'src/simulation/elements/SLTW.cpp')
| -rw-r--r-- | src/simulation/elements/SLTW.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/elements/SLTW.cpp b/src/simulation/elements/SLTW.cpp index 7ff1b0b..fa25cb6 100644 --- a/src/simulation/elements/SLTW.cpp +++ b/src/simulation/elements/SLTW.cpp @@ -84,6 +84,8 @@ int Element_SLTW::update(UPDATE_FUNC_ARGS) } } break; + case PT_NONE: + break; default: continue; } |
