[Scummvm-git-logs] scummvm master -> 541cbce1f9494d989468fca861b052e81634bed2
bluegr
noreply at scummvm.org
Sat May 27 08:08:19 UTC 2023
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:
541cbce1f9 GOB: Added a German version of Littlered
Commit: 541cbce1f9494d989468fca861b052e81634bed2
https://github.com/scummvm/scummvm/commit/541cbce1f9494d989468fca861b052e81634bed2
Author: Benjamin Funke (58399929+CrystalBen at users.noreply.github.com)
Date: 2023-05-27T11:08:15+03:00
Commit Message:
GOB: Added a German version of Littlered
Changed paths:
engines/gob/detection/tables_littlered.h
diff --git a/engines/gob/detection/tables_littlered.h b/engines/gob/detection/tables_littlered.h
index 6a7795574e0..7671460fa35 100644
--- a/engines/gob/detection/tables_littlered.h
+++ b/engines/gob/detection/tables_littlered.h
@@ -141,6 +141,20 @@
kFeaturesAdLib | kFeaturesEGA,
0, 0, 0
},
+{ // Included in a German version of Adi 2
+ {
+ "littlered",
+ "",
+ AD_ENTRY1s("intro.stk", "1c00173d73a3691cc93948f6575d7c75", 1188138),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeLittleRed,
+ kFeaturesAdLib | kFeaturesEGA,
+ 0, 0, 0
+},
{
{
"littlered",
More information about the Scummvm-git-logs
mailing list