SCI32: Fix TORIN/LSL7 Mac save/restore patch

This commit is contained in:
sluicebox 2020-04-18 01:46:40 -07:00
parent 3d9b8ef935
commit 6975acd5a1

View File

@ -446,7 +446,7 @@ void GuestAdditions::patchGameSaveRestoreTorin(Script &script) const {
if (g_sci->isBE()) {
SWAP(patchPtr[1], patchPtr[2]);
SWAP(patchPtr[8], patchPtr[9]);
SWAP(patchPtr[7], patchPtr[8]);
}
}