aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
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;