From 7e4043ec8595cd083c4966cfa001958912071932 Mon Sep 17 00:00:00 2001 From: Retro-Junk Date: Wed, 25 Jan 2017 00:05:42 +0300 Subject: CRYO: Fix broken sound in FMV scenes --- engines/cryo/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cryo/sound.h') diff --git a/engines/cryo/sound.h b/engines/cryo/sound.h index 2136c658a4..b05c08ea71 100644 --- a/engines/cryo/sound.h +++ b/engines/cryo/sound.h @@ -48,7 +48,7 @@ public: ~CSoundChannel(); // Queue a new buffer, cancel any previously queued buffers if playNow is set - void queueBuffer(byte *buffer, unsigned int size, bool playNow = false, bool playQueue = true); + void queueBuffer(byte *buffer, unsigned int size, bool playNow = false, bool playQueue = true, bool buffering = true); // Play any queued buffers void play(); -- cgit v1.2.3