make script trace less noisy

svn-id: r6408
This commit is contained in:
Max Horn 2003-01-12 01:01:20 +00:00
parent 5ad60a69f3
commit ee5c452dee

View File

@ -285,7 +285,7 @@ void Scumm::executeScript()
_opcode = fetchScriptByte();
_scriptPointerStart = _scriptPointer;
vm.slot[_currentScript].didexec = 1;
debug(3, "Script %d, offset 0x%x: [%X] %s()",
debug(7, "Script %d, offset 0x%x: [%X] %s()",
vm.slot[_currentScript].number,
_scriptPointer - _scriptOrgPointer,
_opcode,