mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
SCI32: Fix TORIN/LSL7 Mac save/restore patch
This commit is contained in:
parent
3d9b8ef935
commit
6975acd5a1
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user