[Scummvm-git-logs] scummvm master -> 381daf2b9474e10b9248036a349747cccbdb6d9b

sdelamarre noreply at scummvm.org
Sat Jul 29 10:41:02 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:
381daf2b94 GOB: Distinguish between Adibou1 4-5 years and 6-7 years German CD versions


Commit: 381daf2b9474e10b9248036a349747cccbdb6d9b
    https://github.com/scummvm/scummvm/commit/381daf2b9474e10b9248036a349747cccbdb6d9b
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-29T18:40:58+08:00

Commit Message:
GOB: Distinguish between Adibou1 4-5 years and 6-7 years German CD versions

Changed paths:
    engines/gob/detection/tables_adibou1.h


diff --git a/engines/gob/detection/tables_adibou1.h b/engines/gob/detection/tables_adibou1.h
index 9cfc40d98a0..9bff4dff20b 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -77,7 +77,8 @@
 	{ // 1994 CD version
 		"adibou1",
 		"ADI Jr. 4-6 Jahre (CD)",
-		AD_ENTRY1s("intro.stk", "4d4c23da4cd7e080cb1769b49ace1805", 4731020),
+		AD_ENTRY2s("intro.stk", "4d4c23da4cd7e080cb1769b49ace1805", 4731020,
+				   "l51.stk", "0397e893892ffe1d6c64d28841437fd7", 7308050),
 		DE_DEU,
 		kPlatformWindows,
 		ADGF_TESTING | ADGF_CD,
@@ -87,6 +88,21 @@
 	kFeaturesAdLib | kFeatures640x480,
 	0, 0, 0
 },
+{
+	{ // 1994 CD version
+		"adibou1",
+		"ADI Jr. 6-7 Jahre (CD)",
+		AD_ENTRY2s("intro.stk", "4d4c23da4cd7e080cb1769b49ace1805", 4731020,
+				   "c61.stk", "1aca103ed84241487c5cf394ae37e8d7", 5966096),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_TESTING | ADGF_CD,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	 kGameTypeAdibou1,
+	 kFeaturesAdLib | kFeatures640x480,
+	 0 ,0 , 0
+},
 
 // -- DOS VGA Floppy --
 




More information about the Scummvm-git-logs mailing list