diff options
-rw-r--r-- | engines/sludge/detection.cpp | 1 | ||||
-rw-r--r-- | engines/sludge/detection_tables.h | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp index d6da811bcb..0ab78145fa 100644 --- a/engines/sludge/detection.cpp +++ b/engines/sludge/detection.cpp @@ -48,6 +48,7 @@ static const PlainGameDescriptor sludgeGames[] = { { "welcome", "Welcome Example" }, { "verbcoin", "Verb Coin" }, { "robinsrescue", "Robin's Rescue" }, + { "outoforder", "Out Of Order" }, { 0, 0 } }; diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h index b162533f31..7b422cbc9b 100644 --- a/engines/sludge/detection_tables.h +++ b/engines/sludge/detection_tables.h @@ -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 } }; |