[Scummvm-git-logs] scummvm master -> 8e0aeaab73e49eae1e81f1c48a5adb615e4191c7
bluegr
bluegr at gmail.com
Wed Aug 18 07:33:28 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:
8e0aeaab73 SCUMM: Add FM-Towns MI1 Lemonhead lines
Commit: 8e0aeaab73e49eae1e81f1c48a5adb615e4191c7
https://github.com/scummvm/scummvm/commit/8e0aeaab73e49eae1e81f1c48a5adb615e4191c7
Author: Ben Castricum (github at bencastricum.nl)
Date: 2021-08-18T10:33:25+03:00
Commit Message:
SCUMM: Add FM-Towns MI1 Lemonhead lines
Changed paths:
engines/scumm/resource.cpp
diff --git a/engines/scumm/resource.cpp b/engines/scumm/resource.cpp
index bbc7c2f644..984575a670 100644
--- a/engines/scumm/resource.cpp
+++ b/engines/scumm/resource.cpp
@@ -1849,6 +1849,9 @@ bool ScummEngine::tryPatchMI1CannibalScript(byte *buf, int size) {
if (_game.platform == Common::kPlatformMacintosh) {
expectedSize -= 4;
scriptOffset -= 4;
+ } else if (_game.platform == Common::kPlatformFMTowns) {
+ expectedSize = 82817;
+ scriptOffset = 73794;
}
break;
case Common::DE_DEU:
More information about the Scummvm-git-logs
mailing list