diff options
| author | Travis Howell | 2005-04-24 04:51:36 +0000 | 
|---|---|---|
| committer | Travis Howell | 2005-04-24 04:51:36 +0000 | 
| commit | 637e86e5b4888e3c6ba6256c74900deac6c5313c (patch) | |
| tree | f64d57c684c89904703a1e9c21c9b7627cc91bae | |
| parent | 43286fc88082dca938c240e0e629a583280016d0 (diff) | |
| download | scummvm-rg350-637e86e5b4888e3c6ba6256c74900deac6c5313c.tar.gz scummvm-rg350-637e86e5b4888e3c6ba6256c74900deac6c5313c.tar.bz2 scummvm-rg350-637e86e5b4888e3c6ba6256c74900deac6c5313c.zip | |
Remove out dated comment.
svn-id: r17784
| -rw-r--r-- | scumm/script_v72he.cpp | 1 | ||||
| -rw-r--r-- | scumm/wiz_he.cpp | 1 | 
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) { | 
