[Scummvm-git-logs] scummvm master -> 33632560e5d0fadbc7958e14287c79b63ce82ba7

tag2015 noreply at scummvm.org
Sun Oct 15 19:54:00 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:
33632560e5 GOB: use correct .CD1 for detection for IT & FR version of Adibou2


Commit: 33632560e5d0fadbc7958e14287c79b63ce82ba7
    https://github.com/scummvm/scummvm/commit/33632560e5d0fadbc7958e14287c79b63ce82ba7
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-10-15T21:53:56+02:00

Commit Message:
GOB: use correct .CD1 for detection for IT & FR version of Adibou2

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 963effceef6..9dee2f10461 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -118,7 +118,7 @@
 		"adibou2",
 		"ADIBOU 2.13s Environnement",
 		AD_ENTRY2s("intro.stk", "092707829555f27706920e4cacf1fada", 8737958,
-				"BECBD213.CD1",	"bc828c320908a5eaa349956d396bd8e1", 8),
+				"BECBF213.CD1",	"bc828c320908a5eaa349956d396bd8e1", 8),
 		FR_FRA,
 		kPlatformWindows,
 		GF_ENABLE_ADIBOU2_FREE_BANANAS_WORKAROUND | GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
@@ -213,7 +213,7 @@
 		"adibou2",
 		"ADIBÙ 2.13 Ambiente",
 		AD_ENTRY2s("intro.stk", "092707829555f27706920e4cacf1fada", 8737958,
-				"BECBD213.CD1",	"bc828c320908a5eaa349956d396bd8e1", 8),
+				"BECBI213.CD1",	"bc828c320908a5eaa349956d396bd8e1", 8),
 		IT_ITA,
 		kPlatformWindows,
 		ADGF_NO_FLAGS,




More information about the Scummvm-git-logs mailing list