aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Brown2002-12-26 17:30:48 +0000
committerJames Brown2002-12-26 17:30:48 +0000
commit5a9b972efd9116ff97cadc97656eeb6c0ba86a20 (patch)
treef11420dbcf8b644796b9558b8f224ab4ea0b0f41
parent5ec4f7b2678dd307e1a78fbdbdcbfa303ba97111 (diff)
downloadscummvm-rg350-5a9b972efd9116ff97cadc97656eeb6c0ba86a20.tar.gz
scummvm-rg350-5a9b972efd9116ff97cadc97656eeb6c0ba86a20.tar.bz2
scummvm-rg350-5a9b972efd9116ff97cadc97656eeb6c0ba86a20.zip
Fix incorrect opcode (now it at least starts the Verb Widget scripts)
svn-id: r6173
-rw-r--r--scumm/script_v8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index ee95c72cbe..0284808b8a 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -194,7 +194,7 @@ void Scumm_v8::setupOpcodes()
OPCODE(o6_invalid),
/* 78 */
OPCODE(o6_invalid),
- OPCODE(o6_startScript),
+ OPCODE(o6_startScriptEx),
OPCODE(o6_startScriptQuick),
OPCODE(o6_stopObjectCode),
/* 7C */