summaryrefslogtreecommitdiff
path: root/src/gamemodifiers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamemodifiers.cpp')
-rw-r--r--src/gamemodifiers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamemodifiers.cpp b/src/gamemodifiers.cpp
index f3e9dbdd0..9badf5b42 100644
--- a/src/gamemodifiers.cpp
+++ b/src/gamemodifiers.cpp
@@ -131,7 +131,7 @@ void GameModifiers::changeMode(unsigned *restrict const var,
GameModifierListener::distributeEvent();
const std::string str = (*func)();
if (str.size() > 4)
- debugMsg(str.substr(4));
+ debugMsg(str.substr(4))
}
const char *GameModifiers::getVarItem(const char *const *const arr,