Just some debugging stuff I find handy.
svn-id: r3589
This commit is contained in:
parent
3eb368b761
commit
771b8e6089
3 changed files with 327 additions and 1 deletions
|
@ -254,7 +254,7 @@ void Scumm::executeScript() {
|
|||
_opcode = fetchScriptByte();
|
||||
_scriptPointerStart = _scriptPointer;
|
||||
vm.slot[_currentScript].didexec = 1;
|
||||
// debug(1, "%X", _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