[Scummvm-git-logs] scummvm master -> 41984d5d85b65242e3ae9ef0e4ab6b686451d3cd

sev- noreply at scummvm.org
Fri Jul 21 23:14:05 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:
41984d5d85 GOB: Mark German version of Adibou 1 as CD version


Commit: 41984d5d85b65242e3ae9ef0e4ab6b686451d3cd
    https://github.com/scummvm/scummvm/commit/41984d5d85b65242e3ae9ef0e4ab6b686451d3cd
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-22T01:14:01+02:00

Commit Message:
GOB: Mark German version of Adibou 1 as CD version

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 419b4d1f753..9cfc40d98a0 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -74,13 +74,13 @@
 //  -- German: ADI Jr. --
 
 {
-	{
+	{ // 1994 CD version
 		"adibou1",
-		"ADI Jr. 4-6 Jahre",
+		"ADI Jr. 4-6 Jahre (CD)",
 		AD_ENTRY1s("intro.stk", "4d4c23da4cd7e080cb1769b49ace1805", 4731020),
 		DE_DEU,
 		kPlatformWindows,
-		ADGF_TESTING,
+		ADGF_TESTING | ADGF_CD,
 		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
 	},
 	kGameTypeAdibou1,




More information about the Scummvm-git-logs mailing list