aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/detection_tables.h
diff options
context:
space:
mode:
authoryinsimei2017-06-09 07:54:35 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commit7b2a2123f4cfacf44ab51220c271121b1cb9ba89 (patch)
treee16a01470c59d52d3bf84c219a8eeee785ed8e60 /engines/sludge/detection_tables.h
parent51a20af06427e1e40facf0dd0bd9cb614ccfffca (diff)
downloadscummvm-rg350-7b2a2123f4cfacf44ab51220c271121b1cb9ba89.tar.gz
scummvm-rg350-7b2a2123f4cfacf44ab51220c271121b1cb9ba89.tar.bz2
scummvm-rg350-7b2a2123f4cfacf44ab51220c271121b1cb9ba89.zip
SLUDGE: add new game for testing
Diffstat (limited to 'engines/sludge/detection_tables.h')
-rw-r--r--engines/sludge/detection_tables.h13
1 files changed, 13 insertions, 0 deletions
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 }
};