From 03415868b07cedd956185c5f5a56ff2daf09c735 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 20 Jan 2011 17:08:14 +0000 Subject: GOB: Decrease the number of debug warnings svn-id: r55358 --- engines/gob/inter_v6.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/gob/inter_v6.cpp') diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp index d295bd7da8..17008ce0d2 100644 --- a/engines/gob/inter_v6.cpp +++ b/engines/gob/inter_v6.cpp @@ -144,15 +144,15 @@ void Inter_v6::o6_playVmdOrMusic() { probe16bitMusic(fileName); - if (props.lastFrame == -9) { - warning("Urban/Playtoons Stub: delayed stop not implemented"); - } + if (props.lastFrame == -9) + debugC(0, kDebugVideo, "Urban/Playtoons Stub: Delayed music stop?"); + _vm->_sound->bgStop(); _vm->_sound->bgPlay(fileName, SOUND_WAV); return; } else if (props.lastFrame <= -10) { _vm->_vidPlayer->closeVideo(); - warning("Urban/Playtoons Stub: Video/Music command %d (close video?), %s", props.lastFrame, fileName); + if (props.lastFrame <= -100) props.lastFrame += 100; -- cgit v1.2.3