[Scummvm-git-logs] scummvm master -> 0948b7a235f68e7daef7b93c12d5490dfb91b814

bluegr noreply at scummvm.org
Sun Aug 23 13:44:42 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
0948b7a235 GOB: add german adi4anglais1213 addon variant to tables


Commit: 0948b7a235f68e7daef7b93c12d5490dfb91b814
    https://github.com/scummvm/scummvm/commit/0948b7a235f68e7daef7b93c12d5490dfb91b814
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2026-08-23T16:44:38+03:00

Commit Message:
GOB: add german adi4anglais1213 addon variant to tables

Changed paths:
    engines/gob/detection/tables.h
    engines/gob/detection/tables_adi4.h


diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 830f4f16971..4ef61f5f973 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -82,7 +82,7 @@ static const PlainGameDescriptor gobGames[] = {
 	// {"adi4anglais79", "ADI 4 Anglais 7-9 years"},
 	{"adi4anglais911", "ADI 4 Anglais 9-11 years"},
 	// {"adi4anglais1112", "ADI 4 Anglais 11-12 years"},
-	// {"adi4anglais1213", "ADI 4 Anglais 12-13 years"},
+	{"adi4anglais1213", "ADI 4 Anglais 12-13 years"},
 	// {"adi4anglais1314", "ADI 4 Anglais 13-14 years"},
 	// {"adi4anglais1415", "ADI 4 Anglais 14-15 years"},
 	{"adi4geo", "ADI 4 Geography"},
diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index df58ef5dd73..ffce965e2de 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -305,6 +305,20 @@
 // 11-12 years
 
 // 12-13 years
+{
+	{
+		"adi4anglais1213",
+		"",
+		AD_ENTRY2s("A52RAN.STK", "5a55f6ceb6e7b197e9da909f71ac47b3", 91078,
+				   "ADIA52.STK", "ced8138cb3aee93093c62d2b91ffc9d2", 12256800),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_ADDON | ADGF_UNSTABLE,
+		GUIO0()
+	},
+	kFeatures640x480,
+	0, 0, 0
+},
 
 // 13-14 years
 




More information about the Scummvm-git-logs mailing list