aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/scumm/smush/codec47.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/smush/codec47.cpp b/engines/scumm/smush/codec47.cpp
index d4ff77b1f9..8dd8b0cffe 100644
--- a/engines/scumm/smush/codec47.cpp
+++ b/engines/scumm/smush/codec47.cpp
@@ -526,6 +526,7 @@ void Codec47Decoder::decode2(byte *dst, const byte *src, int width, int height,
#endif
Codec47Decoder::Codec47Decoder(int width, int height) {
+ _lastTableWidth = -1;
_width = width;
_height = height;
_tableBig = (byte *)malloc(256 * 388);