aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/sound.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-07-12 18:52:38 +0000
committerEugene Sandulenko2009-07-12 18:52:38 +0000
commitbd91c1129d5b00a1cf76d02ffc31891b26829e16 (patch)
tree2bd4efd6a1a66fce0bef13177aedfce1d6df9432 /engines/sword1/sound.h
parentb0b12b60ed9c1d744ce2247b2de327c7c55bc07a (diff)
downloadscummvm-rg350-bd91c1129d5b00a1cf76d02ffc31891b26829e16.tar.gz
scummvm-rg350-bd91c1129d5b00a1cf76d02ffc31891b26829e16.tar.bz2
scummvm-rg350-bd91c1129d5b00a1cf76d02ffc31891b26829e16.zip
Patch #1936137: "Speech for Mac BS1 english"
svn-id: r42423
Diffstat (limited to 'engines/sword1/sound.h')
-rw-r--r--engines/sword1/sound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sword1/sound.h b/engines/sword1/sound.h
index cdbdcdf6bb..c105d06b50 100644
--- a/engines/sword1/sound.h
+++ b/engines/sword1/sound.h
@@ -95,6 +95,8 @@ public:
void engine(void);
+ void checkSpeechFileEndianness();
+
private:
uint8 _sfxVolL, _sfxVolR, _speechVolL, _speechVolR;
void playSample(QueueElement *elem);
@@ -116,6 +118,7 @@ private:
uint8 _endOfQueue;
Audio::Mixer *_mixer;
ResMan *_resMan;
+ bool _bigEndianSpeech;
char _filePath[100];
static const char _musicList[270];
static const uint16 _roomsFixedFx[TOTAL_ROOMS][TOTAL_FX_PER_ROOM];