aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-02-24 04:51:02 +0000
committerTravis Howell2004-02-24 04:51:02 +0000
commite68e003777dc712fdd2cabbdc5304c66b99958d0 (patch)
tree5b70102f2240c68bf3224131bc721d70282a394e /scumm
parent4117781522f0786329c58271233e137246a7b49a (diff)
downloadscummvm-rg350-e68e003777dc712fdd2cabbdc5304c66b99958d0.tar.gz
scummvm-rg350-e68e003777dc712fdd2cabbdc5304c66b99958d0.tar.bz2
scummvm-rg350-e68e003777dc712fdd2cabbdc5304c66b99958d0.zip
Minor correction
svn-id: r13015
Diffstat (limited to 'scumm')
-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;