diff options
author | yinsimei | 2017-06-09 07:54:35 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-07-13 18:27:45 +0200 |
commit | 7b2a2123f4cfacf44ab51220c271121b1cb9ba89 (patch) | |
tree | e16a01470c59d52d3bf84c219a8eeee785ed8e60 /engines/sludge | |
parent | 51a20af06427e1e40facf0dd0bd9cb614ccfffca (diff) | |
download | scummvm-rg350-7b2a2123f4cfacf44ab51220c271121b1cb9ba89.tar.gz scummvm-rg350-7b2a2123f4cfacf44ab51220c271121b1cb9ba89.tar.bz2 scummvm-rg350-7b2a2123f4cfacf44ab51220c271121b1cb9ba89.zip |
SLUDGE: add new game for testing
Diffstat (limited to 'engines/sludge')
-rw-r--r-- | engines/sludge/detection.cpp | 3 | ||||
-rw-r--r-- | engines/sludge/detection_tables.h | 13 |
2 files changed, 14 insertions, 2 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp index 69e202cfb0..2ce5f8f893 100644 --- a/engines/sludge/detection.cpp +++ b/engines/sludge/detection.cpp @@ -46,8 +46,7 @@ const char *SludgeEngine::getGameFile() const { static const PlainGameDescriptor sludgeGames[] = { { "sludge", "Sludge Game" }, { "welcome", "Welcome Example" }, - { "welcome2", "Welcome Example 2" }, - { "welcomePng", "Welcome For PNG Test" }, + { "welcomeloop", "Welcome Loop Test" }, { "verbcoin", "Verb Coin" }, { 0, 0 } }; diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h index 1176832f88..5d366d7952 100644 --- a/engines/sludge/detection_tables.h +++ b/engines/sludge/detection_tables.h @@ -49,6 +49,19 @@ static const SludgeGameDescription gameDescriptions[] = { 0 }, + { + { + "welcomeloop", + "", + AD_ENTRY1s("WelcomeLoop.slg", "af6e20c7cfae9101f1a49236d45014ef", 34932), + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_NO_FLAGS, + GUIO0() + }, + 0 + }, + { AD_TABLE_END_MARKER, 0 } }; |