aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-28 08:37:44 +0000
committerTravis Howell2005-05-28 08:37:44 +0000
commit151f09ed539ea5ba70712041345d75597d33a7ec (patch)
treefd027ea67436d945f27fcff94e1b889226ea04a6 /scumm/script_v80he.cpp
parentb65974b7b40d2a93a8e33d0979fa235381a05c7d (diff)
downloadscummvm-rg350-151f09ed539ea5ba70712041345d75597d33a7ec.tar.gz
scummvm-rg350-151f09ed539ea5ba70712041345d75597d33a7ec.tar.bz2
scummvm-rg350-151f09ed539ea5ba70712041345d75597d33a7ec.zip
Sync opcode names and add HE72+ version of o_systemOps.
svn-id: r18278
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index d16ff17b23..d86235c079 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -261,7 +261,7 @@ void ScummEngine_v80he::setupOpcodes() {
/* AC */
OPCODE(o80_drawWizPolygon),
OPCODE(o6_isAnyOf),
- OPCODE(o70_quitPauseRestart),
+ OPCODE(o72_systemOps),
OPCODE(o6_isActorInBox),
/* B0 */
OPCODE(o6_delay),