[Scummvm-git-logs] scummvm master -> f4cd80310fe9064b0d04452123907faa2249bf95
sev-
noreply at scummvm.org
Wed Jul 26 21:36:09 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:
f4cd80310f GOB: sorted the gameids & include files from Adibou 1 to Adibou 3
Commit: f4cd80310fe9064b0d04452123907faa2249bf95
https://github.com/scummvm/scummvm/commit/f4cd80310fe9064b0d04452123907faa2249bf95
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-26T23:36:05+02:00
Commit Message:
GOB: sorted the gameids & include files from Adibou 1 to Adibou 3
Changed paths:
engines/gob/detection/tables.h
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 4a86ae988c7..194fbeafce0 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -64,8 +64,8 @@ static const PlainGameDescriptor gobGames[] = {
{"geisha", "Geisha"},
{"adi2", "ADI 2"},
{"adi4", "ADI 4"},
- {"adibou2", "Adibou 2"},
{"adibou1", "Adibou 1"},
+ {"adibou2", "Adibou 2"},
{"adibou3", "Adibou 3"},
{0, 0}
};
@@ -91,10 +91,10 @@ static const GOBGameDescription gameDescriptions[] = {
#include "gob/detection/tables_playtoons.h" // The Playtoons series
#include "gob/detection/tables_adi2.h" // The ADI / Addy 2 series
#include "gob/detection/tables_adi4.h" // The ADI / Addy 4 series
- #include "gob/detection/tables_adibou2.h" // The Adibou 2 / Addy Junior series
#include "gob/detection/tables_adibou1.h" // Adibou 1 / A.J.'s World of Discovery / ADI Jr.
- #include "gob/detection/tables_crousti.h" // Croustibat
+ #include "gob/detection/tables_adibou2.h" // The Adibou 2 / Addy Junior series
#include "gob/detection/tables_adibou3.h" // Adibou 3 / Adiboo 3 series
+ #include "gob/detection/tables_crousti.h" // Croustibat
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0, 0}
};
More information about the Scummvm-git-logs
mailing list