diff options
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r-- | scumm/script_v6he.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 74828bfdd6..e6c8210950 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -1152,6 +1152,9 @@ void ScummEngine_v60he::o60_soundOps() { } void ScummEngine_v60he::localizeArray(int slot, byte scriptSlot) { + if (_heversion >= 80) + slot &= ~0x33539000; + if (slot >= _numArray) error("o60_localizeArrayToScript(%d): array slot out of range", slot); |