[Scummvm-git-logs] scummvm master -> 65ff88acd487834d8f7582d540ba623bc238781d

bluegr noreply at scummvm.org
Mon May 27 22:44:34 UTC 2024


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:
65ff88acd4 GOB: add German 5.03 variant of Adi 5 to detection


Commit: 65ff88acd487834d8f7582d540ba623bc238781d
    https://github.com/scummvm/scummvm/commit/65ff88acd487834d8f7582d540ba623bc238781d
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-05-28T01:44:31+03:00

Commit Message:
GOB: add German 5.03 variant of Adi 5 to detection

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


diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
index e76abc71155..0ebba4a8def 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -49,7 +49,6 @@
 	kFeatures800x600,
 	0,0,0
 },
-
 {
 	{
 
@@ -81,7 +80,20 @@
 	kFeatures800x600,
 	0,0,0
 },
+{
+	{
 
+		"adi5",
+		_s("Missing game code"), // Addy 5 5.03 (Engine: DEV7 version 1.1.0.0)
+		AD_ENTRY1s("adi5.stk", "b45a85ac21fccbb890edcbba36d11f42", 885616),
+		DE_DEU,
+		kPlatformWindows,
+		ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kFeatures800x600,
+	0,0,0
+},
 {
 	{
 




More information about the Scummvm-git-logs mailing list