aboutsummaryrefslogtreecommitdiff
path: root/sword1
diff options
context:
space:
mode:
Diffstat (limited to 'sword1')
-rw-r--r--sword1/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sound.cpp b/sword1/sound.cpp
index 1dbd6b7538..b7fd7f0ea6 100644
--- a/sword1/sound.cpp
+++ b/sword1/sound.cpp
@@ -168,7 +168,7 @@ bool Sound::startSpeech(uint16 roomNo, uint16 localNo) {
if (sampleSize) {
uint8 speechVol = (_speechVolR + _speechVolL) / 2;
int8 speechPan = (_speechVolR - _speechVolL) / 2;
- if (_cowMode == CowWave) {
+ if ((_cowMode == CowWave) || (_cowMode == CowDemo)) {
uint32 size;
int16 *data = uncompressSpeech(index + _cowHeaderSize, sampleSize, &size);
if (data)