[Scummvm-git-logs] scummvm master -> 8f7880caa53e52c1f323c4367353097a7bf82c81
dwatteau
noreply at scummvm.org
Thu Nov 3 17:19:48 UTC 2022
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:
8f7880caa5 SCUMM: Document that there's no Lemonhead lines to restore in French
Commit: 8f7880caa53e52c1f323c4367353097a7bf82c81
https://github.com/scummvm/scummvm/commit/8f7880caa53e52c1f323c4367353097a7bf82c81
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-11-03T17:57:51+01:00
Commit Message:
SCUMM: Document that there's no Lemonhead lines to restore in French
In this workaround, the Lemonhead lines that we restore went missing
with the v5 releases of MI1. But for whatever reason, those lines were
already missing from all the French MI1 v4 releases that I'm aware of.
So there's no official content to add back for this language, sorry!
Checked against my French floppy EGA, floppy VGA and v5 CD versions.
French Amiga and Atari releases checked on YouTube.
Changed paths:
engines/scumm/resource.cpp
diff --git a/engines/scumm/resource.cpp b/engines/scumm/resource.cpp
index f310739b25b..90bdaa4d09d 100644
--- a/engines/scumm/resource.cpp
+++ b/engines/scumm/resource.cpp
@@ -1914,6 +1914,10 @@ bool ScummEngine::tryPatchMI1CannibalScript(byte *buf, int size) {
lang[1] = 'S';
lang[2] = 'P';
break;
+ // For some reason, those lines were already missing from the official
+ // French floppy EGA/VGA releases, and so there's no official content
+ // to restore for this language.
+ case Common::FR_FRA:
default:
return false;
}
More information about the Scummvm-git-logs
mailing list