From 36409146249eb3286e6d2ba5d4dcb8db121413f4 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Sat, 31 May 2014 21:12:55 +0200 Subject: WINTERMUTE: Add detection for Bickadoodle 1.1 --- engines/wintermute/detection_tables.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/wintermute') diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 02126fbeba..0b5ee8c35c 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -139,6 +139,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Bickadoodle (Ver 1.1) + { + "bickadoodle", + "Version 1.1", + AD_ENTRY1s("data.dcp", "8bb52ac9a9ee129c5059e8e808b669d7", 35337760), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Bickadoodle (download from http://aethericgames.com/games/bickadoodle/download-bickadoodle/) { "bickadoodle", -- cgit v1.2.3