From e68e003777dc712fdd2cabbdc5304c66b99958d0 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 24 Feb 2004 04:51:02 +0000 Subject: Minor correction svn-id: r13015 --- scumm/gfx.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm') diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 1311b58277..2bdbbb7b86 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -1488,6 +1488,7 @@ bool Gdi::decompressBitmap(byte *bgbak_ptr, const byte *src, int numLinesToProce // 8/9 used in 3do version of puttputt joins the parade maybe others case 8: + useOrDecompress = true; unkDecode12(bgbak_ptr, src, numLinesToProcess); break; -- cgit v1.2.3