aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-23 20:29:53 +0000
committerMax Horn2002-12-23 20:29:53 +0000
commit57cdbd0abbf6b3b7dd2c6b2cca6121c41b514321 (patch)
treeedcf64368b2883b6b2e44eee8274e2c4cb93376e /scumm/script.cpp
parent8380596966abcf889ad6dda767557a4db28468a8 (diff)
downloadscummvm-rg350-57cdbd0abbf6b3b7dd2c6b2cca6121c41b514321.tar.gz
scummvm-rg350-57cdbd0abbf6b3b7dd2c6b2cca6121c41b514321.tar.bz2
scummvm-rg350-57cdbd0abbf6b3b7dd2c6b2cca6121c41b514321.zip
set script tracing to level 1 - at least while we do V8 debugging, later we can go back to a higher level
svn-id: r6082
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index d21b0b8797..074c985d90 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -281,7 +281,7 @@ void Scumm::executeScript()
_opcode = fetchScriptByte();
_scriptPointerStart = _scriptPointer;
vm.slot[_currentScript].didexec = 1;
- debug(0, "Script %d, offset 0x%x: [%X] %s()",
+ debug(1, "Script %d, offset 0x%x: [%X] %s()",
vm.slot[_currentScript].number,
_scriptPointer - _scriptOrgPointer,
_opcode,