[Scummvm-git-logs] scummvm master -> eedd6706d4caa03f927a069400b304e698afddcb
sdelamarre
noreply at scummvm.org
Fri May 5 21:12:00 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:
eedd6706d4 GOB: added a German version of Gobliins 2
Commit: eedd6706d4caa03f927a069400b304e698afddcb
https://github.com/scummvm/scummvm/commit/eedd6706d4caa03f927a069400b304e698afddcb
Author: CrystalBen (58399929+CrystalBen at users.noreply.github.com)
Date: 2023-05-05T22:11:56+01:00
Commit Message:
GOB: added a German version of Gobliins 2
Changed paths:
engines/gob/detection/tables_gob2.h
diff --git a/engines/gob/detection/tables_gob2.h b/engines/gob/detection/tables_gob2.h
index e13cfbba08c..9cc7c357604 100644
--- a/engines/gob/detection/tables_gob2.h
+++ b/engines/gob/detection/tables_gob2.h
@@ -110,6 +110,20 @@
kFeaturesAdLib,
0, 0, 0
},
+{ // Included in a German version of Adi 2
+ {
+ "gob2",
+ "",
+ AD_ENTRY1("intro.stk", "271863a3dfc27665fac4b3589a0e735f"),
+ DE_DEU,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeGob2,
+ kFeaturesAdLib,
+ 0, 0, 0
+},
{ // Supplied by goodoldgeorg in bug report #4163
{
"gob2",
More information about the Scummvm-git-logs
mailing list