SCI: Fix warning

This commit is contained in:
Willem Jan Palenstijn 2011-03-13 00:27:28 +01:00
parent 6fe95780d3
commit 8918d5e66c

View File

@ -2607,7 +2607,6 @@ bool Console::cmdDisassemble(int argc, const char **argv) {
reg_t objAddr = NULL_REG;
bool printBytecode = false;
bool printBWTag = false;
int ignoreXret = 0;
if (parse_reg_t(_engine->_gamestate, argv[1], &objAddr, false)) {
DebugPrintf("Invalid address passed.\n");