aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/decoders/sol.h
diff options
context:
space:
mode:
authorColin Snover2017-06-16 16:01:23 -0500
committerColin Snover2017-06-17 13:09:27 -0500
commit12afcaec49caf4dad5af9fc46af607044bd4b82f (patch)
tree070d9d2a93cccd2779eec4889390d23ac0c21eed /engines/sci/sound/decoders/sol.h
parente69507cc28ad5de480f12d9116624b7795738ece (diff)
downloadscummvm-rg350-12afcaec49caf4dad5af9fc46af607044bd4b82f.tar.gz
scummvm-rg350-12afcaec49caf4dad5af9fc46af607044bd4b82f.tar.bz2
scummvm-rg350-12afcaec49caf4dad5af9fc46af607044bd4b82f.zip
SCI32: Support old-format 8-bit DPCM coding for SCI2
Diffstat (limited to 'engines/sci/sound/decoders/sol.h')
-rw-r--r--engines/sci/sound/decoders/sol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/decoders/sol.h b/engines/sci/sound/decoders/sol.h
index 80a2181889..1141132365 100644
--- a/engines/sci/sound/decoders/sol.h
+++ b/engines/sci/sound/decoders/sol.h
@@ -33,7 +33,7 @@ enum SOLFlags {
kStereo = 16
};
-template <bool STEREO, bool S16BIT>
+template <bool STEREO, bool S16BIT, bool OLDDPCM8>
class SOLStream : public Audio::SeekableAudioStream {
private:
/**