aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-03-10 23:09:27 +0000
committerTravis Howell2006-03-10 23:09:27 +0000
commitf52e1709bf88e69cae5bab8f00ad30021f4a5743 (patch)
treea154a97d947c3619d114c4c8995b9aa71c890c43 /engines/scumm/he/script_v80he.cpp
parent3521d3508518166c7f710b69bfb35c9a6049d7b8 (diff)
downloadscummvm-rg350-f52e1709bf88e69cae5bab8f00ad30021f4a5743.tar.gz
scummvm-rg350-f52e1709bf88e69cae5bab8f00ad30021f4a5743.tar.bz2
scummvm-rg350-f52e1709bf88e69cae5bab8f00ad30021f4a5743.zip
o6_setObjectName is never used by HE72+ games
svn-id: r21211
Diffstat (limited to 'engines/scumm/he/script_v80he.cpp')
-rw-r--r--engines/scumm/he/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp
index fa7c17f810..6bb48c7ab1 100644
--- a/engines/scumm/he/script_v80he.cpp
+++ b/engines/scumm/he/script_v80he.cpp
@@ -231,7 +231,7 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o6_invalid),
OPCODE(o6_beginOverride),
OPCODE(o6_endOverride),
- OPCODE(o6_setObjectName),
+ OPCODE(o6_invalid),
/* 98 */
OPCODE(o6_isSoundRunning),
OPCODE(o6_setBoxFlags),