aboutsummaryrefslogtreecommitdiff
path: root/queen/command.cpp
diff options
context:
space:
mode:
authorGregory Montoir2003-11-30 20:41:02 +0000
committerGregory Montoir2003-11-30 20:41:02 +0000
commit577aad5eddf9bf9c3df67a92da1f34446e20d6e5 (patch)
treec9afead45d327fc983a0fda1a1b5b693d5357441 /queen/command.cpp
parent785da90067a6b7689804e5573b2b392ee953014a (diff)
downloadscummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.tar.gz
scummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.tar.bz2
scummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.zip
cleanup
svn-id: r11438
Diffstat (limited to 'queen/command.cpp')
-rw-r--r--queen/command.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/command.cpp b/queen/command.cpp
index f73229ee10..bf9424cbad 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -1218,7 +1218,6 @@ int16 Command::setConditions(uint16 command, bool lastCmd) {
if (cmdGs->id == command) {
if (cmdGs->gameStateSlot > 0) {
if (_logic->gameState(cmdGs->gameStateSlot) != cmdGs->gameStateValue) {
- debug(0, "Command::setConditions() - Failed test %X", ret);
debug(0, "Command::setConditions() - GS[%d] == %d (should be %d)", cmdGs->gameStateSlot, _logic->gameState(cmdGs->gameStateSlot), cmdGs->gameStateValue);
// failed test
ret = i;