[Scummvm-git-logs] scummvm master -> 6975acd5a1b60b515c2c8aafceb6e7d74b2a688b

sluicebox 22204938+sluicebox at users.noreply.github.com
Sat Apr 18 08:49:05 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6975acd5a1 SCI32: Fix TORIN/LSL7 Mac save/restore patch


Commit: 6975acd5a1b60b515c2c8aafceb6e7d74b2a688b
    https://github.com/scummvm/scummvm/commit/6975acd5a1b60b515c2c8aafceb6e7d74b2a688b
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-04-18T01:46:40-07:00

Commit Message:
SCI32: Fix TORIN/LSL7 Mac save/restore patch

Changed paths:
    engines/sci/engine/guest_additions.cpp


diff --git a/engines/sci/engine/guest_additions.cpp b/engines/sci/engine/guest_additions.cpp
index dbb0306e6e..a9754afe91 100644
--- a/engines/sci/engine/guest_additions.cpp
+++ b/engines/sci/engine/guest_additions.cpp
@@ -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]);
 	}
 }
 




More information about the Scummvm-git-logs mailing list