aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-25 23:59:43 +0000
committerTravis Howell2004-09-25 23:59:43 +0000
commit71216d46caa214ef11d5ddb0d74b923c3f12da23 (patch)
tree330b3cb2a4844271e4f3dc475e6f69fbaf41697e
parentbb39c2e3890cf18428fd533961c9baad69feb9cb (diff)
downloadscummvm-rg350-71216d46caa214ef11d5ddb0d74b923c3f12da23.tar.gz
scummvm-rg350-71216d46caa214ef11d5ddb0d74b923c3f12da23.tar.bz2
scummvm-rg350-71216d46caa214ef11d5ddb0d74b923c3f12da23.zip
Enable drawWizImage flag 0x2
svn-id: r15280
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 0106129f46..400a0d8ab2 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1470,8 +1470,6 @@ uint8 *ScummEngine_v72he::drawWizImage(int restype, int resnum, int state, int x
} else if (flags & 0x100) {
// drawWizImageHelper2(p, wizd, cw, ch, x1, y1, width, height, &rScreen, 0, 1);
warning("drawWizImage() unhandled flag 0x100");
- } else if (flags & 2) {
-// drawWizImageHelper3(dst, wizd, cw, ch, x1, y1, width, height, rScreen, rmap + 4);
} else {
gdi.copyWizImage(dst, wizd, cw, ch, x1, y1, width, height, &rScreen);
}