PalmOS changes

svn-id: r7224
This commit is contained in:
Max Horn 2003-04-30 13:23:31 +00:00
parent 30e3a81618
commit 2b74abd2c9
11 changed files with 422 additions and 48 deletions

View file

@ -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,