diff options
Diffstat (limited to 'engines/zvision/zork_raw.h')
-rw-r--r-- | engines/zvision/zork_raw.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/zvision/zork_raw.h b/engines/zvision/zork_raw.h index 5a07afad05..a5e346dfbb 100644 --- a/engines/zvision/zork_raw.h +++ b/engines/zvision/zork_raw.h @@ -39,6 +39,7 @@ struct SoundParams { uint32 rate; bool stereo; bool packed; + bool bits16; }; @@ -91,8 +92,8 @@ public: } public: - static const SoundParams _zNemSoundParamLookupTable[6]; - static const SoundParams _zgiSoundParamLookupTable[5]; + static const SoundParams _zNemSoundParamLookupTable[32]; + static const SoundParams _zgiSoundParamLookupTable[24]; private: const int _rate; // Sample rate of stream |