PalmOS changes
svn-id: r7224
This commit is contained in:
parent
30e3a81618
commit
2b74abd2c9
11 changed files with 422 additions and 48 deletions
|
@ -289,7 +289,7 @@ void Scumm::executeScript() {
|
|||
}
|
||||
_opcode = fetchScriptByte();
|
||||
vm.slot[_currentScript].didexec = 1;
|
||||
debug(7, " Script %d, offset 0x%x: [%X] %s()",
|
||||
debug(7, "Script %d, offset 0x%x: [%X] %s()",
|
||||
vm.slot[_currentScript].number,
|
||||
_scriptPointer - _scriptOrgPointer,
|
||||
_opcode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue