aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/wave_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/wave_file.h')
-rw-r--r--engines/titanic/sound/wave_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/sound/wave_file.h b/engines/titanic/sound/wave_file.h
index 5a467c8fd5..b5303205c0 100644
--- a/engines/titanic/sound/wave_file.h
+++ b/engines/titanic/sound/wave_file.h
@@ -41,6 +41,8 @@ private:
int _waveSize;
int _dataSize;
int _headerSize;
+ int _rate;
+ byte _flags;
QSoundManager *_soundManager;
Audio::SeekableAudioStream *_audioStream;
Audio::SoundHandle _soundHandle;