aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/wiz_he.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-12-27 07:17:46 +0000
committerTravis Howell2008-12-27 07:17:46 +0000
commit109d55f8d331ec8d70442d20eccc7046c8901b27 (patch)
treec5e49ef5887375c70d5b99ece046af782e6a255d /engines/scumm/he/wiz_he.cpp
parent2d3c506d9a38a7b377aa39f83d30f6080bafbd62 (diff)
downloadscummvm-rg350-109d55f8d331ec8d70442d20eccc7046c8901b27.tar.gz
scummvm-rg350-109d55f8d331ec8d70442d20eccc7046c8901b27.tar.bz2
scummvm-rg350-109d55f8d331ec8d70442d20eccc7046c8901b27.zip
Add more stubs for MBC.
svn-id: r35570
Diffstat (limited to 'engines/scumm/he/wiz_he.cpp')
-rw-r--r--engines/scumm/he/wiz_he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/wiz_he.cpp b/engines/scumm/he/wiz_he.cpp
index f47c59fc29..c661812d09 100644
--- a/engines/scumm/he/wiz_he.cpp
+++ b/engines/scumm/he/wiz_he.cpp
@@ -2275,6 +2275,7 @@ int Wiz::isWizPixelNonTransparent(int resNum, int state, int x, int y, int flags
break;
case 4:
// TODO: Unknown image type
+ ret = 1;
debug(0, "isWizPixelNonTransparent: Unhandled wiz compression type %d", c);
break;
case 5: