aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/gob/inter_v6.cpp8
1 files changed, 4 insertions, 4 deletions
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;