aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2/logic.cpp')
-rw-r--r--engines/sword2/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/logic.cpp b/engines/sword2/logic.cpp
index dcda724a65..194285836f 100644
--- a/engines/sword2/logic.cpp
+++ b/engines/sword2/logic.cpp
@@ -150,7 +150,7 @@ int Logic::processSession() {
// Note that this really does happen a
// lot, so don't make it a warning.
- debug(5, "object %d script 0 terminated!", id);
+ debug(5, "object %d script 0 terminated", id);
// reset to rerun, drop out for a cycle
_curObjectHub.setScriptPc(level, _curObjectHub.getScriptId(level) & 0xffff);