diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sludge/detection.cpp | 1 | ||||
-rw-r--r-- | engines/sludge/detection_tables.h | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp index 0ab78145fa..2e95bdb279 100644 --- a/engines/sludge/detection.cpp +++ b/engines/sludge/detection.cpp @@ -49,6 +49,7 @@ static const PlainGameDescriptor sludgeGames[] = { { "verbcoin", "Verb Coin" }, { "robinsrescue", "Robin's Rescue" }, { "outoforder", "Out Of Order" }, + { "frasse", "Frasse and the Peas of Kejick"}, { 0, 0 } }; diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h index 7b422cbc9b..0fad55b47b 100644 --- a/engines/sludge/detection_tables.h +++ b/engines/sludge/detection_tables.h @@ -88,6 +88,19 @@ static const SludgeGameDescription gameDescriptions[] = { 0 }, + { + { + "frasse", + "", + AD_ENTRY1s("Gamedata.slg", "e4eb4eca6117bb9b77870bb74af453b4", 88582819), + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_NO_FLAGS, + GUIO0() + }, + 0 + }, + { AD_TABLE_END_MARKER, 0 } }; |