aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-09-15 12:40:49 +0000
committerTravis Howell2004-09-15 12:40:49 +0000
commitefeb100c700af5d37e23dd43437cb5e581abc36b (patch)
treef0dd5d34c0c73c769c00c2dd26d57da3de7810d2 /scumm
parent3605440f9a0da597f700bd5c54405e30f77b784c (diff)
downloadscummvm-rg350-efeb100c700af5d37e23dd43437cb5e581abc36b.tar.gz
scummvm-rg350-efeb100c700af5d37e23dd43437cb5e581abc36b.tar.bz2
scummvm-rg350-efeb100c700af5d37e23dd43437cb5e581abc36b.zip
Call direct
svn-id: r15127
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6he.cpp2
-rw-r--r--scumm/script_v72he.cpp2
-rw-r--r--scumm/script_v7he.cpp2
-rw-r--r--scumm/script_v80he.cpp2
-rw-r--r--scumm/script_v90he.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index eadacaf7ae..db9fa58578 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -287,7 +287,7 @@ void ScummEngine_v6he::setupOpcodes() {
OPCODE(o6_talkEgo),
/* BC */
OPCODE(o6_dimArray),
- OPCODE(o6_dummy),
+ OPCODE(o6_stopObjectCode),
OPCODE(o6_startObjectQuick),
OPCODE(o6_startScriptQuick2),
/* C0 */
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 0c715ae49b..5217b63076 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -281,7 +281,7 @@ void ScummEngine_v72he::setupOpcodes() {
OPCODE(o6_talkEgo),
/* BC */
OPCODE(o72_dimArray),
- OPCODE(o6_dummy),
+ OPCODE(o6_stopObjectCode),
OPCODE(o6_startObjectQuick),
OPCODE(o6_startScriptQuick2),
/* C0 */
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index eff3a170e0..e47ef9d96d 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -282,7 +282,7 @@ void ScummEngine_v7he::setupOpcodes() {
OPCODE(o6_talkEgo),
/* BC */
OPCODE(o6_dimArray),
- OPCODE(o6_dummy),
+ OPCODE(o6_stopObjectCode),
OPCODE(o6_startObjectQuick),
OPCODE(o6_startScriptQuick2),
/* C0 */
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index 28723ef884..c0ae90e0fc 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -281,7 +281,7 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o6_talkEgo),
/* BC */
OPCODE(o72_dimArray),
- OPCODE(o6_dummy),
+ OPCODE(o6_stopObjectCode),
OPCODE(o6_startObjectQuick),
OPCODE(o6_startScriptQuick2),
/* C0 */
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index fbb82f37c6..170192bb31 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -281,7 +281,7 @@ void ScummEngine_v90he::setupOpcodes() {
OPCODE(o6_talkEgo),
/* BC */
OPCODE(o72_dimArray),
- OPCODE(o6_dummy),
+ OPCODE(o6_stopObjectCode),
OPCODE(o6_startObjectQuick),
OPCODE(o6_startScriptQuick2),
/* C0 */