aboutsummaryrefslogtreecommitdiff
path: root/video/smk_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/smk_decoder.h')
-rw-r--r--video/smk_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/smk_decoder.h b/video/smk_decoder.h
index e0ea600f6d..d7a4459c85 100644
--- a/video/smk_decoder.h
+++ b/video/smk_decoder.h
@@ -91,9 +91,9 @@ protected:
const byte *getPalette() const { _dirtyPalette = false; return _palette; }
bool hasDirtyPalette() const { return _dirtyPalette; }
- void readTrees(Common::BitStream8LSB &bs, uint32 mMapSize, uint32 mClrSize, uint32 fullSize, uint32 typeSize);
+ void readTrees(Common::BitStreamMemory8LSB &bs, uint32 mMapSize, uint32 mClrSize, uint32 fullSize, uint32 typeSize);
void increaseCurFrame() { _curFrame++; }
- void decodeFrame(Common::BitStream8LSB &bs);
+ void decodeFrame(Common::BitStreamMemory8LSB &bs);
void unpackPalette(Common::SeekableReadStream *stream);
protected: