aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-04 22:04:51 +0000
committerEugene Sandulenko2006-04-04 22:04:51 +0000
commitd292c0ec55024ef95833f56300987a19e2ef4e31 (patch)
tree2c1f2147011d0059d74363816d63d9be7376e2d9 /engines/sword2
parentf5c4634ecdd1832146fc47b796dcb7475b5c4498 (diff)
downloadscummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.tar.gz
scummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.tar.bz2
scummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.zip
Since our debug() adds an exclamation mark at the message end, remove
it in several calls to avoid duplication!!11! svn-id: r21607
Diffstat (limited to 'engines/sword2')
-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);