From 279a53302ad27902c2e90b9ae73a42fbfe414c24 Mon Sep 17 00:00:00 2001 From: yinsimei Date: Tue, 27 Jun 2017 09:33:14 +0200 Subject: SLUDGE: add game detection for Robin's rescue --- engines/sludge/detection_tables.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines/sludge/detection_tables.h') diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h index 72df456235..a64bdab314 100644 --- a/engines/sludge/detection_tables.h +++ b/engines/sludge/detection_tables.h @@ -62,6 +62,19 @@ static const SludgeGameDescription gameDescriptions[] = { 0 }, + { + { + "robinsrescue", + "", + AD_ENTRY1s("robins_rescue.slg", "16cbf2bf916ed89f9c1b14fab133cf96", 14413769), + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_NO_FLAGS, + GUIO0() + }, + 0 + }, + { AD_TABLE_END_MARKER, 0 } }; -- cgit v1.2.3