[Scummvm-git-logs] scummvm master -> bb9b151c19d09be8f58a6e02031db542942f61a6

bluegr bluegr at gmail.com
Wed Aug 18 18:53:44 UTC 2021


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:
bb9b151c19 SCUMM: Add SegaCD MI1 Lemonhead lines


Commit: bb9b151c19d09be8f58a6e02031db542942f61a6
    https://github.com/scummvm/scummvm/commit/bb9b151c19d09be8f58a6e02031db542942f61a6
Author: Ben Castricum (github at bencastricum.nl)
Date: 2021-08-18T21:53:40+03:00

Commit Message:
SCUMM: Add SegaCD MI1 Lemonhead lines

Changed paths:
    engines/scumm/resource.cpp


diff --git a/engines/scumm/resource.cpp b/engines/scumm/resource.cpp
index 984575a670..bb70552511 100644
--- a/engines/scumm/resource.cpp
+++ b/engines/scumm/resource.cpp
@@ -1852,6 +1852,9 @@ bool ScummEngine::tryPatchMI1CannibalScript(byte *buf, int size) {
 		} else if (_game.platform == Common::kPlatformFMTowns) {
 			expectedSize = 82817;
 			scriptOffset = 73794;
+		} else if (_game.platform == Common::kPlatformSegaCD) {
+			expectedSize = 61844;
+			scriptOffset = 51703;
 		}
 		break;
 	case Common::DE_DEU:




More information about the Scummvm-git-logs mailing list