SLUDGE: Add game Out Of Order

This commit is contained in:
Simei Yin 2017-07-20 01:52:31 +02:00
parent 7b61e71ae5
commit aded7ce9e9
2 changed files with 14 additions and 0 deletions

View File

@ -48,6 +48,7 @@ static const PlainGameDescriptor sludgeGames[] = {
{ "welcome", "Welcome Example" },
{ "verbcoin", "Verb Coin" },
{ "robinsrescue", "Robin's Rescue" },
{ "outoforder", "Out Of Order" },
{ 0, 0 }
};

View File

@ -75,6 +75,19 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},
{
{
"outoforder",
"",
AD_ENTRY1s("gamedata", "4d72dbad0ff170169cd7e4e7e389a90d", 21122647),
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
GUIO0()
},
0
},
{ AD_TABLE_END_MARKER, 0 }
};