diff options
-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 4ed933efd3..b85ffa8438 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -2180,7 +2180,7 @@ void Scumm_v5::o5_startMusic() { // can look at the global script #9 (0x888A in 49.LFL). break; } - warning("unknown: o5_startMusic(%d)", b); + debug(4,"o5_startMusic(%d)", b); setResult(result); } else { _sound->addSoundToQueue(getVarOrDirectByte(0x80)); |