SLUDGE: add new game for testing

This commit is contained in:
yinsimei 2017-06-09 07:54:35 +02:00 committed by Eugene Sandulenko
parent 51a20af064
commit 7b2a2123f4
2 changed files with 14 additions and 2 deletions

View File

@ -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 }
};

View File

@ -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 }
};