aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v72he.cpp1
-rw-r--r--scumm/wiz_he.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 3821666d77..f31e7793dd 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -2108,7 +2108,6 @@ void ScummEngine_v72he::o72_readINI() {
const char *entry;
int len, type;
- // we pretend that we don't have .ini file
copyScriptString(option, sizeof(option));
type = fetchScriptByte();
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) {