[Scummvm-git-logs] scummvm master -> 3d57740b584f1e1dc5751e3adb70c8ddb231b5a7

sdelamarre noreply at scummvm.org
Tue Nov 25 21:47:11 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
3d57740b58 GOB: Add a Quebec variant of Adibou2 (bug report #16352)


Commit: 3d57740b584f1e1dc5751e3adb70c8ddb231b5a7
    https://github.com/scummvm/scummvm/commit/3d57740b584f1e1dc5751e3adb70c8ddb231b5a7
Author: Simon Delamarre (simon.delamarre14 at gmail.com)
Date: 2025-11-25T22:46:52+01:00

Commit Message:
GOB: Add a Quebec variant of Adibou2 (bug report #16352)

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 91f95b99937..73cafa920cb 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -142,6 +142,19 @@
 	kFeatures640x480,
 	0, 0, 0
 },
+{
+	{
+		"adibou2",
+		"ADIBOU Environnement (Adaptation Québecoise)",
+		AD_ENTRY1s("intro.stk", "5606ff29ef33ef423519eb24e8096afc", 8737284),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO0()
+	},
+	kFeatures640x480,
+	0, 0, 0
+},
 
 // -- German: Addy Junior --
 




More information about the Scummvm-git-logs mailing list