aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-10-13 15:40:56 +0000
committerTorbjörn Andersson2005-10-13 15:40:56 +0000
commite9b7a88e77de0043aa1eacf1e80b90d9d257c5c9 (patch)
treed4918240abf5124947d332ee97c3359b761c365a /scumm/script_v5.cpp
parent2ba1926be6b73778c68c75e25eb20ea44d0e2857 (diff)
downloadscummvm-rg350-e9b7a88e77de0043aa1eacf1e80b90d9d257c5c9.tar.gz
scummvm-rg350-e9b7a88e77de0043aa1eacf1e80b90d9d257c5c9.tar.bz2
scummvm-rg350-e9b7a88e77de0043aa1eacf1e80b90d9d257c5c9.zip
This message is much too annoying to be a printf(). I should know -- I
added it. ;-) svn-id: r19063
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index f72d37a9ee..4b6669082c 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -2196,7 +2196,7 @@ void ScummEngine_v5::o5_startSound() {
// far as I can tell, this is a script bug.
if (_gameId == GID_MONKEY2 && sound == 110 && _sound->isSoundRunning(151)) {
- printf("Delaying Woodtick music until Largo's theme has finished\n");
+ debug(1, "Delaying Woodtick music until Largo's theme has finished\n");
_scriptPointer = oldaddr;
o5_breakHere();
return;