Add missing cases

svn-id: r15227
This commit is contained in:
Travis Howell 2004-09-22 00:22:32 +00:00
parent 6bfeab77e1
commit abefac8cd0
4 changed files with 35 additions and 20 deletions

View file

@ -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() {