aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/sound.h')
-rw-r--r--engines/saga/sound.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/saga/sound.h b/engines/saga/sound.h
index 7650357a78..0aeb54a55f 100644
--- a/engines/saga/sound.h
+++ b/engines/saga/sound.h
@@ -44,15 +44,12 @@ enum SOUND_FLAGS {
struct SoundBuffer {
uint16 frequency;
- int sampleBits;
- bool stereo;
- bool isSigned;
bool isCompressed;
+ byte flags;
byte *buffer;
size_t size;
size_t originalSize;
- bool isBigEndian;
GameSoundTypes soundType;
size_t fileOffset;
};