From aded7ce9e9cdfd8f6c2a24f712d860f3ac712f75 Mon Sep 17 00:00:00 2001 From: Simei Yin Date: Thu, 20 Jul 2017 01:52:31 +0200 Subject: SLUDGE: Add game Out Of Order --- engines/sludge/detection.cpp | 1 + engines/sludge/detection_tables.h | 13 +++++++++++++ 2 files changed, 14 insertions(+) (limited to 'engines') 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 } }; -- cgit v1.2.3