Add missing cases
svn-id: r15227
This commit is contained in:
parent
6bfeab77e1
commit
abefac8cd0
4 changed files with 35 additions and 20 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue