diff options
author | Torbjörn Andersson | 2005-10-13 15:40:56 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-10-13 15:40:56 +0000 |
commit | e9b7a88e77de0043aa1eacf1e80b90d9d257c5c9 (patch) | |
tree | d4918240abf5124947d332ee97c3359b761c365a | |
parent | 2ba1926be6b73778c68c75e25eb20ea44d0e2857 (diff) | |
download | scummvm-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
-rw-r--r-- | scumm/script_v5.cpp | 2 |
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; |