Quick Zak crash workarounds.
svn-id: r3731
This commit is contained in:
parent
93069e3e5a
commit
25846cf8e4
2 changed files with 3 additions and 2 deletions
|
@ -254,7 +254,7 @@ void Scumm::executeScript() {
|
|||
_opcode = fetchScriptByte();
|
||||
_scriptPointerStart = _scriptPointer;
|
||||
vm.slot[_currentScript].didexec = 1;
|
||||
//debug(1, "[%X] %s()", _opcode, _opcodes_lookup[_opcode]);
|
||||
debug(1, "[%X] %s()", _opcode, _opcodes_lookup[_opcode]);
|
||||
op = getOpcode(_opcode);
|
||||
(this->*op)();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue