aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-06-25 12:17:33 +0000
committerTravis Howell2004-06-25 12:17:33 +0000
commitc399ca84860d55f85da13fe480c4ae06fd32f3a2 (patch)
treebd686054730f5c1a0764f0808d4c589e8af9ee60 /scumm
parent7b62636e7515ea65deb90efb3cf4e24a85d3848c (diff)
downloadscummvm-rg350-c399ca84860d55f85da13fe480c4ae06fd32f3a2.tar.gz
scummvm-rg350-c399ca84860d55f85da13fe480c4ae06fd32f3a2.tar.bz2
scummvm-rg350-c399ca84860d55f85da13fe480c4ae06fd32f3a2.zip
Switch to debug
svn-id: r14051
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index 95421c0454..ab36942bd3 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -689,7 +689,7 @@ void ScummEngine_v7he::o7_startSound() {
// so don't attempt to play them.
if (_staticVar4 < 4000)
_sound->addSoundToQueue(_staticVar4);
- warning("o7_startSound stub (%d, %d, %d, %d)", _staticVar4, _staticVar3, _staticVar2, _staticVar5);
+ debug(1, "o7_startSound stub (%d, %d, %d, %d)", _staticVar4, _staticVar3, _staticVar2, _staticVar5);
_staticVar5 = 0;
break;