aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-22 00:22:32 +0000
committerTravis Howell2004-09-22 00:22:32 +0000
commitabefac8cd079ef786cdb9218d7bf665cd5df40e0 (patch)
tree2196f5c79b26b96562855388e4c970733849c407 /scumm/script_v6he.cpp
parent6bfeab77e1d38d8f1583f2e5214764dcacf05d4a (diff)
downloadscummvm-rg350-abefac8cd079ef786cdb9218d7bf665cd5df40e0.tar.gz
scummvm-rg350-abefac8cd079ef786cdb9218d7bf665cd5df40e0.tar.bz2
scummvm-rg350-abefac8cd079ef786cdb9218d7bf665cd5df40e0.zip
Add missing cases
svn-id: r15227
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r--scumm/script_v6he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index c4b1a12402..66f2cd5c2e 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -1159,7 +1159,7 @@ void ScummEngine_v60he::localizeArray(int slot, int script) {
if (slot >= _numArray)
error("o60_localizeArray(%d): array slot out of range", slot);
- _arraySlot[slot] = vm.slot[_currentScript].number;
+ _arraySlot[slot] = script;
}
void ScummEngine_v60he::o60_localizeArray() {