Skip to content

Commit

Permalink
SLUDGE: delete a game that doesn't exist any more
Browse files Browse the repository at this point in the history
  • Loading branch information
yinsimei authored and sev- committed Jul 13, 2017
1 parent 8f618e5 commit 3c84965
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion engines/sludge/detection.cpp
Expand Up @@ -47,7 +47,6 @@ const char *SludgeEngine::getGameFile() const {
static const PlainGameDescriptor sludgeGames[] = {
{ "sludge", "Sludge Game" },
{ "welcome", "Welcome Example" },
{ "welcomeloop", "Welcome Loop Test" },
{ "verbcoin", "Verb Coin" },
{ "robinsrescue", "Robin's Rescue" },
{ 0, 0 }
Expand Down
12 changes: 0 additions & 12 deletions engines/sludge/detection_tables.h
Expand Up @@ -49,18 +49,6 @@ static const SludgeGameDescription gameDescriptions[] = {
0
},

{
{
"welcomeloop",
"",
AD_ENTRY1s("WelcomeLoop.slg", "89c67f14f88cfb54989847ef0cbb0d3b", 36947),
Common::EN_ANY,
Common::kPlatformUnknown,
ADGF_NO_FLAGS,
GUIO0()
},
0
},

{
{
Expand Down

0 comments on commit 3c84965

Please sign in to comment.