aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/sound.h')
-rw-r--r--engines/cryo/sound.h2
1 files changed, 1 insertions, 1 deletions
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();