diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp index 69e202cfb0e..2ce5f8f8932 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 1176832f884..5d366d79520 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 } };