Remove out dated comment.

svn-id: r17784
This commit is contained in:
Travis Howell 2005-04-24 04:51:36 +00:00
parent 43286fc880
commit 637e86e5b4
2 changed files with 0 additions and 2 deletions

View file

@ -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();

View file

@ -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) {