aboutsummaryrefslogtreecommitdiff
path: root/scumm/wiz_he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-24 04:51:36 +0000
committerTravis Howell2005-04-24 04:51:36 +0000
commit637e86e5b4888e3c6ba6256c74900deac6c5313c (patch)
treef64d57c684c89904703a1e9c21c9b7627cc91bae /scumm/wiz_he.cpp
parent43286fc88082dca938c240e0e629a583280016d0 (diff)
downloadscummvm-rg350-637e86e5b4888e3c6ba6256c74900deac6c5313c.tar.gz
scummvm-rg350-637e86e5b4888e3c6ba6256c74900deac6c5313c.tar.bz2
scummvm-rg350-637e86e5b4888e3c6ba6256c74900deac6c5313c.zip
Remove out dated comment.
svn-id: r17784
Diffstat (limited to 'scumm/wiz_he.cpp')
-rw-r--r--scumm/wiz_he.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp
index e3b5cfc566..7e5e2da530 100644
--- a/scumm/wiz_he.cpp
+++ b/scumm/wiz_he.cpp
@@ -948,7 +948,6 @@ uint8 *ScummEngine_v72he::drawWizImage(int resNum, int state, int x1, int y1, in
uint8 *rgbs = findWrappedBlock(MKID('RGBS'), dataPtr, state, 0);
assert(rgbs);
remapPalette(rgbs, rmap + 4);
- debug(0, "drawWizImage() flag 0x2");
}
}
if (flags & kWIFPrint) {