aboutsummaryrefslogtreecommitdiff
path: root/script.cpp
diff options
context:
space:
mode:
authorVincent Hamm2002-03-06 00:18:22 +0000
committerVincent Hamm2002-03-06 00:18:22 +0000
commitc7d58aca8485eff7309af22eefee6398ce136159 (patch)
treeef4ac880e6ef06692621668e98a99a4fa099c1c7 /script.cpp
parente05f3534b40fce5b5f7063631913134cc77ab422 (diff)
downloadscummvm-rg350-c7d58aca8485eff7309af22eefee6398ce136159.tar.gz
scummvm-rg350-c7d58aca8485eff7309af22eefee6398ce136159.tar.bz2
scummvm-rg350-c7d58aca8485eff7309af22eefee6398ce136159.zip
Final part of V7 merging process. The FULL_THROTTLE define is not required any more
svn-id: r3660
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 1a368b21dc..10bff307e5 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)();
}