aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-02-11 00:44:04 +0000
committerTravis Howell2006-02-11 00:44:04 +0000
commit44763fcce90a9ccfb40d1430e015b45546f08569 (patch)
treea79a216ba70de56ecda55789a2db85d3873bd86a /scumm/script_v90he.cpp
parent590289d937be8104f03a22727f0796c22106ffda (diff)
downloadscummvm-rg350-44763fcce90a9ccfb40d1430e015b45546f08569.tar.gz
scummvm-rg350-44763fcce90a9ccfb40d1430e015b45546f08569.tar.bz2
scummvm-rg350-44763fcce90a9ccfb40d1430e015b45546f08569.zip
Add support for Spanish version of balloon
svn-id: r20484
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index e4a41c6f56..6708d072a2 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -136,7 +136,7 @@ void ScummEngine_v90he::setupOpcodes() {
OPCODE(o80_localizeArrayToRoom),
OPCODE(o6_wordArrayIndexedWrite),
/* 4C */
- OPCODE(o6_invalid),
+ OPCODE(o80_sourceDebug),
OPCODE(o80_readConfigFile),
OPCODE(o80_writeConfigFile),
OPCODE(o6_wordVarInc),