aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-11-04 18:08:20 +0100
committerEinar Johan Trøan Sømåen2014-11-04 18:08:20 +0100
commit2f868ae5b6ed2c5449048db7206357870ce740a1 (patch)
tree8ba40338cf805fd87451977633bc9170f6e1804d /engines
parentf1eb2513f032013ba8a62872abf63b2ad0e6a876 (diff)
downloadscummvm-rg350-2f868ae5b6ed2c5449048db7206357870ce740a1.tar.gz
scummvm-rg350-2f868ae5b6ed2c5449048db7206357870ce740a1.tar.bz2
scummvm-rg350-2f868ae5b6ed2c5449048db7206357870ce740a1.zip
WINTERMUTE: Add detection for Bickadoodle 1.2 (Fixes bug 6735)
Diffstat (limited to 'engines')
-rw-r--r--engines/wintermute/detection_tables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index f6f9e24730..4e3320159a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -158,6 +158,9 @@ static const WMEGameDescription gameDescriptions[] = {
// Bickadoodle (Ver 1.1)
WME_WINENTRY("bickadoodle", "Version 1.1",
WME_ENTRY1s("data.dcp", "8bb52ac9a9ee129c5059e8e808b669d7", 35337760), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+ // Bickadoodle (Ver 1.2)
+ WME_WINENTRY("bickadoodle", "Version 1.2",
+ WME_ENTRY1s("data.dcp", "1796a48f3ed72dd785ce93334ab883cc", 35337760), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
// Bickadoodle (download from http://aethericgames.com/games/bickadoodle/download-bickadoodle/)
WME_WINENTRY("bickadoodle", "",
WME_ENTRY1s("data.dcp", "1584d83577c32add0fce27fae91141a2", 35337728), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),