From e120aa585e640b89f3b0297c2c6dcfb7212ebe87 Mon Sep 17 00:00:00 2001 From: Simei Yin Date: Fri, 21 Jul 2017 11:57:29 +0200 Subject: SLUDGE: Add game Life Flashes By --- 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 d212085589..bdeb3b1a8d 100644 --- a/engines/sludge/detection_tables.h +++ b/engines/sludge/detection_tables.h @@ -114,6 +114,19 @@ static const SludgeGameDescription gameDescriptions[] = { 0 }, + { + { + "life", + "", + AD_ENTRY1s("LifeFlashesBy.slg", "a471759e071e5d2c0e8e6887607df778", 163794266), + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_NO_FLAGS, + GUIO0() + }, + 0 + }, + { AD_TABLE_END_MARKER, 0 } }; -- cgit v1.2.3