aboutsummaryrefslogtreecommitdiff
path: root/script.cpp
diff options
context:
space:
mode:
authorJames Brown2002-03-11 14:25:42 +0000
committerJames Brown2002-03-11 14:25:42 +0000
commit6e7885de67b8028f83f7169052e158e9c640406c (patch)
tree9f4150e5e4101624e1e1f874c205898bbef691f7 /script.cpp
parent25846cf8e4e05d4f3724a5d5132db16a55f8869a (diff)
downloadscummvm-rg350-6e7885de67b8028f83f7169052e158e9c640406c.tar.gz
scummvm-rg350-6e7885de67b8028f83f7169052e158e9c640406c.tar.bz2
scummvm-rg350-6e7885de67b8028f83f7169052e158e9c640406c.zip
Remove erronously commited debug info.
svn-id: r3732
Diffstat (limited to 'script.cpp')
-rw-r--r--script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.cpp b/script.cpp
index c672eecd17..9d5a8b2ef8 100644
--- a/script.cpp
+++ b/script.cpp
@@ -254,7 +254,7 @@ void Scumm::executeScript() {
_opcode = fetchScriptByte();
_scriptPointerStart = _scriptPointer;
vm.slot[_currentScript].didexec = 1;
- debug(1, "[%X] %s()", _opcode, _opcodes_lookup[_opcode]);
+ //debug(1, "[%X] %s()", _opcode, _opcodes_lookup[_opcode]);
op = getOpcode(_opcode);
(this->*op)();
}