[Scummvm-git-logs] scummvm master -> 9b112268fcba763500b8b7aeacf5cbd0a37ec831

bluegr noreply at scummvm.org
Wed Nov 22 19:42:36 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:
9b112268fc GOB: Distinguish Adibou 2 versions


Commit: 9b112268fcba763500b8b7aeacf5cbd0a37ec831
    https://github.com/scummvm/scummvm/commit/9b112268fcba763500b8b7aeacf5cbd0a37ec831
Author: Benjamin Funke (bjnfne at web.de)
Date: 2023-11-22T21:42:32+02:00

Commit Message:
GOB: Distinguish Adibou 2 versions

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


diff --git a/engines/gob/detection/tables_adibou2.h b/engines/gob/detection/tables_adibou2.h
index 9dee2f10461..f5df6f679e3 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -180,7 +180,8 @@
 	{
 		"adibou2",
 		"ADI Jr.",
-		AD_ENTRY1s("intro.stk", "718a51862406136c28639489a9ba950a", 956350),
+		AD_ENTRY2s("intro.stk", "718a51862406136c28639489a9ba950a", 956350,
+				"intro.inf", "d8710732c9bfe3ca52d3ce5aefc06089", 48),
 		DE_DEU,
 		kPlatformWindows,
 		GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
@@ -245,11 +246,13 @@
 	{
 		"adibou2",
 		"ADIBOO 2",
-		AD_ENTRY1s("intro.stk", "718a51862406136c28639489a9ba950a", 956350),
-		EN_ANY,
+		AD_ENTRY2s("intro.stk", "718a51862406136c28639489a9ba950a", 956350,
+				"intro.inf", "9369aa62939f5f7c11b1e02a45038050", 44),
+		EN_GRB,
 		kPlatformWindows,
 		GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
-		GUIO0()},
+		GUIO0()
+	},
 	kGameTypeAdibou2,
 	kFeatures640x480,
 	0, 0, 0




More information about the Scummvm-git-logs mailing list