[Scummvm-git-logs] scummvm master -> 128a2e1ef8f57a9645fdf88e52ca8a912865f752

lephilousophe noreply at scummvm.org
Sun May 25 18:28:55 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:
128a2e1ef8 GOB: Add missing game ID and fix title names


Commit: 128a2e1ef8f57a9645fdf88e52ca8a912865f752
    https://github.com/scummvm/scummvm/commit/128a2e1ef8f57a9645fdf88e52ca8a912865f752
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-05-25T20:28:14+02:00

Commit Message:
GOB: Add missing game ID and fix title names

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


diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 5362c0ea5d0..162533e2ba7 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -75,8 +75,9 @@ static const PlainGameDescriptor gobGames[] = {
 	{"adibou1", "Adibou 1"},
 	{"adibou2", "Adibou 2"},
 	{"adibou3", "Adibou 3"},
-	{"adiboucuisine", "Adibou présente Cuisine"},
-	{"adiboudessin", "Adibou présente Dessin"},
+	{"adiboucuisine", "Adibou présente la Cuisine"},
+	{"adiboudessin", "Adibou présente le Dessin"},
+	{"adiboumagie", "Adibou présente la Magie"},
 	{"adiboudchoumer", "Adiboud'chou a la mer"},
 	{"adiboudchoubanquise", "Adiboud'chou sur la banquise"},
 	{"adiboudchoucampagne", "Adiboud'chou a la campagne"},




More information about the Scummvm-git-logs mailing list