aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-09-05 03:55:48 +0000
committerTravis Howell2003-09-05 03:55:48 +0000
commitfccc9a2abb3adfd5620f0f6ce5033c8c58210ad9 (patch)
tree3cb3a7c3bae000ca8946b0a3b6d4466cfbdd0985
parent5f1c67424d2db1a49346a4bd48b6788ea769a5ed (diff)
downloadscummvm-rg350-fccc9a2abb3adfd5620f0f6ce5033c8c58210ad9.tar.gz
scummvm-rg350-fccc9a2abb3adfd5620f0f6ce5033c8c58210ad9.tar.bz2
scummvm-rg350-fccc9a2abb3adfd5620f0f6ce5033c8c58210ad9.zip
Changeing warning to debug, since we know functions purpuse and it seems to be confusing people.
svn-id: r9997
-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 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));