aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/video/hnm_decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryomni3d/video/hnm_decoder.cpp')
-rw-r--r--engines/cryomni3d/video/hnm_decoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryomni3d/video/hnm_decoder.cpp b/engines/cryomni3d/video/hnm_decoder.cpp
index 1e52744c59..355345beaa 100644
--- a/engines/cryomni3d/video/hnm_decoder.cpp
+++ b/engines/cryomni3d/video/hnm_decoder.cpp
@@ -337,8 +337,8 @@ void HNMDecoder::HNM4VideoTrack::decodeIntraframe(Common::SeekableReadStream *st
}
HNMDecoder::DPCMAudioTrack::DPCMAudioTrack(uint16 channels, uint16 bits, unsigned int sampleRate,
- Audio::Mixer::SoundType soundType) : AudioTrack(soundType), _channels(channels), _bits(bits),
- _audioStream(nullptr), _gotLUT(false), _lastSample(0) {
+ Audio::Mixer::SoundType soundType) : AudioTrack(soundType), _audioStream(nullptr),
+ _gotLUT(false), _lastSample(0) {
if (bits != 16) {
error("Unsupported audio bits");
}