From afe8a2bb3187d6f041c992f2bde1817a55c3db29 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 29 Nov 2016 11:07:35 +0100 Subject: FULLPIPE: Fix sound in scene04 --- engines/fullpipe/scenes/scene04.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/fullpipe') diff --git a/engines/fullpipe/scenes/scene04.cpp b/engines/fullpipe/scenes/scene04.cpp index c3557cc6aa..05bb01154f 100644 --- a/engines/fullpipe/scenes/scene04.cpp +++ b/engines/fullpipe/scenes/scene04.cpp @@ -1076,6 +1076,8 @@ void sceneHandler04_startSounds(const char *snd1, const char *snd2, const char * // playFile(snd1); // playFile(snd2); // playFile(snd3); + + g_fp->_stream2playing = true; } void sceneHandler04_goClock() { -- cgit v1.2.3