aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/detection.cpp')
-rw-r--r--engines/sludge/detection.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index 8297165f73..7e5c124fa3 100644
--- a/engines/sludge/detection.cpp
+++ b/engines/sludge/detection.cpp
@@ -43,6 +43,8 @@ Common::Language SludgeEngine::getLanguage() const { return _gameDescription->de
static const PlainGameDescriptor sludgeGames[] = {
{ "sludge", "Sludge Game" },
{ "welcome", "Welcome Example" },
+ { "welcome2", "Welcome Example 2" },
+ { "verbcoin", "Verb Coin" },
{ 0, 0 }
};
@@ -61,6 +63,32 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},
+ {
+ {
+ "welcome2",
+ "",
+ AD_ENTRY1("Welcome.slg", "cb1f307c05b8ae4107bcc7f86a3d2f99"),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
+ {
+ {
+ "verbcoin",
+ "",
+ AD_ENTRY1("Welcome.slg", "e39ec315dcbf3a1137481f0a5fe1617d"),
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0 }
};