diff options
author | Simei Yin | 2017-07-21 11:49:01 +0200 |
---|---|---|
committer | Simei Yin | 2017-07-21 11:49:01 +0200 |
commit | e4cbba9d09ce776b8a68457739180514a27e8828 (patch) | |
tree | 67f2725591d4eba15e257056a6715ad4da1309f3 /engines/sludge | |
parent | 0cc9e591059453e2b22a541626c02901f808f0b8 (diff) | |
download | scummvm-rg350-e4cbba9d09ce776b8a68457739180514a27e8828.tar.gz scummvm-rg350-e4cbba9d09ce776b8a68457739180514a27e8828.tar.bz2 scummvm-rg350-e4cbba9d09ce776b8a68457739180514a27e8828.zip |
SLUDGE: Add game The Interview
Diffstat (limited to 'engines/sludge')
-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 2e95bdb279..a1900bfc07 100644 --- a/engines/sludge/detection.cpp +++ b/engines/sludge/detection.cpp @@ -50,6 +50,7 @@ static const PlainGameDescriptor sludgeGames[] = { { "robinsrescue", "Robin's Rescue" }, { "outoforder", "Out Of Order" }, { "frasse", "Frasse and the Peas of Kejick"}, + { "interview", "The Interview"}, { 0, 0 } }; diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h index 0fad55b47b..d212085589 100644 --- a/engines/sludge/detection_tables.h +++ b/engines/sludge/detection_tables.h @@ -101,6 +101,19 @@ static const SludgeGameDescription gameDescriptions[] = { 0 }, + { + { + "interview", + "", + AD_ENTRY1s("gamedata", "6ca8f6e44f30d09bd68e008be4c20e8d", 2570140), + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_NO_FLAGS, + GUIO0() + }, + 0 + }, + { AD_TABLE_END_MARKER, 0 } }; |