From c399ca84860d55f85da13fe480c4ae06fd32f3a2 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 25 Jun 2004 12:17:33 +0000 Subject: [PATCH] Switch to debug svn-id: r14051 --- scumm/script_v7he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index 95421c04546..ab36942bd36 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;