diff options
Diffstat (limited to 'engines/fullpipe/scenes')
-rw-r--r-- | engines/fullpipe/scenes/scene04.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |