aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/input.cpp
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/queen/input.cpp
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/queen/input.cpp')
-rw-r--r--engines/queen/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/input.cpp b/engines/queen/input.cpp
index c0b420df43..d6b4f4cb44 100644
--- a/engines/queen/input.cpp
+++ b/engines/queen/input.cpp
@@ -169,7 +169,7 @@ int Input::checkKeys() {
case KEY_ESCAPE: // slip cutaway / dialogue
if (_canQuit) {
if (_cutawayRunning) {
- debug(6, "[Input::checkKeys] Setting _cutawayQuit to true!");
+ debug(6, "[Input::checkKeys] Setting _cutawayQuit to true");
_cutawayQuit = true;
}
if (_dialogueRunning)