aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/detection/tables.h
diff options
context:
space:
mode:
authorSven Hesse2014-01-31 12:04:08 +0100
committerSven Hesse2014-01-31 12:04:08 +0100
commitca861961a9ba5a804fd3248ea5de5ce3a0f2b74a (patch)
tree73abdb07c76e7ab03ba8eb4fb3df3ac27913b5c6 /engines/gob/detection/tables.h
parentedacb7ada78d31985ea85945432bf2969e1019cc (diff)
downloadscummvm-rg350-ca861961a9ba5a804fd3248ea5de5ce3a0f2b74a.tar.gz
scummvm-rg350-ca861961a9ba5a804fd3248ea5de5ce3a0f2b74a.tar.bz2
scummvm-rg350-ca861961a9ba5a804fd3248ea5de5ce3a0f2b74a.zip
GOB: Add a game type and detection table for Croustibat
Diffstat (limited to 'engines/gob/detection/tables.h')
-rw-r--r--engines/gob/detection/tables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 271f75af79..d042dfeede 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -55,6 +55,7 @@ static const PlainGameDescriptor gobGames[] = {
{"ajworld", "A.J.'s World of Discovery"},
{"gob3", "Goblins Quest 3"},
{"gob3cd", "Goblins Quest 3 CD"},
+ {"crousti", "Croustibat"},
{"lit1", "Lost in Time Part 1"},
{"lit2", "Lost in Time Part 2"},
{"lit", "Lost in Time"},
@@ -110,6 +111,7 @@ static const GOBGameDescription gameDescriptions[] = {
#include "gob/detection/tables_adi4.h" // The ADI / Addy 4 series
#include "gob/detection/tables_adibou.h" // The Adibou / Addy Junior series
#include "gob/detection/tables_ajworld.h" // A.J.'s World of Discovery / ADI Jr.
+ #include "gob/detection/tables_crousti.h" // Croustibat
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0, 0}
};