diff options
author | Einar Johan Trøan Sømåen | 2014-05-31 21:12:55 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-05-31 21:12:55 +0200 |
commit | 36409146249eb3286e6d2ba5d4dcb8db121413f4 (patch) | |
tree | a8248545ffaed43b30bab7181305964823095150 /engines/wintermute | |
parent | aea94110d1f9d6cff4e9b264f5fcf20e9552202b (diff) | |
download | scummvm-rg350-36409146249eb3286e6d2ba5d4dcb8db121413f4.tar.gz scummvm-rg350-36409146249eb3286e6d2ba5d4dcb8db121413f4.tar.bz2 scummvm-rg350-36409146249eb3286e6d2ba5d4dcb8db121413f4.zip |
WINTERMUTE: Add detection for Bickadoodle 1.1
Diffstat (limited to 'engines/wintermute')
-rw-r--r-- | engines/wintermute/detection_tables.h | 10 |
1 files changed, 10 insertions, 0 deletions
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", |