diff options
author | Einar Johan Trøan Sømåen | 2014-04-05 14:27:26 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2014-04-05 14:27:26 +0200 |
commit | 09e069368f44a75c71488e02d0f050668ebe1fb4 (patch) | |
tree | 3a0e1bee4432f34bf46a10157ea0d06ea8f01fb9 | |
parent | 6afe5547c0f19dce03575923fbd9f573d313e690 (diff) | |
download | scummvm-rg350-09e069368f44a75c71488e02d0f050668ebe1fb4.tar.gz scummvm-rg350-09e069368f44a75c71488e02d0f050668ebe1fb4.tar.bz2 scummvm-rg350-09e069368f44a75c71488e02d0f050668ebe1fb4.zip |
WINTERMUTE: Add another detection-entry for Bickadoodle
-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 0bf9fff4f3..e7b55dba08 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -125,6 +125,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Bickadoodle (download from http://aethericgames.com/games/bickadoodle/download-bickadoodle/) + { + "bickadoodle", + "", + AD_ENTRY1s("data.dcp", "1584d83577c32add0fce27fae91141a2", 35337728), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, // Book of Gron Part One { "bookofgron", |