aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
diff options
context:
space:
mode:
authorMax Horn2010-11-01 21:37:47 +0000
committerMax Horn2010-11-01 21:37:47 +0000
commita7248a0601a5b8e34fa9cccc3543e93fa9ab6649 (patch)
treeb2e3e2b6e15de28bd203a7ab8e3024928ae592ce /engines/queen
parentcba30ee716a3679d86656d6f1aade3e33d3130d7 (diff)
downloadscummvm-rg350-a7248a0601a5b8e34fa9cccc3543e93fa9ab6649.tar.gz
scummvm-rg350-a7248a0601a5b8e34fa9cccc3543e93fa9ab6649.tar.bz2
scummvm-rg350-a7248a0601a5b8e34fa9cccc3543e93fa9ab6649.zip
ENGINES: Replace many printfs by warning/debug/debugN
svn-id: r54031
Diffstat (limited to 'engines/queen')
-rw-r--r--engines/queen/logic.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/queen/logic.cpp b/engines/queen/logic.cpp
index 053312c584..de254300b6 100644
--- a/engines/queen/logic.cpp
+++ b/engines/queen/logic.cpp
@@ -1550,7 +1550,7 @@ void Logic::asmEndGame() {
while (n--) {
_vm->update();
}
-// printf("Game completed.");
+// debug("Game completed.");
_vm->quitGame();
}
@@ -2004,7 +2004,7 @@ void Logic::asmPanLeftToBomb() {
}
void Logic::asmEndDemo() {
-// printf("Flight of the Amazon Queen, released January 95.");
+// debug("Flight of the Amazon Queen, released January 95.");
_vm->quitGame();
}
@@ -2049,7 +2049,7 @@ void Logic::asmInterviewIntro() {
}
void Logic::asmEndInterview() {
-// printf("Interactive Interview copyright (c) 1995, IBI.");
+// debug("Interactive Interview copyright (c) 1995, IBI.");
_vm->quitGame();
}