[Scummvm-cvs-logs] scummvm master -> 09e069368f44a75c71488e02d0f050668ebe1fb4
somaen
einarjohants at gmail.com
Sat Apr 5 14:28:32 CEST 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
09e069368f WINTERMUTE: Add another detection-entry for Bickadoodle
Commit: 09e069368f44a75c71488e02d0f050668ebe1fb4
https://github.com/scummvm/scummvm/commit/09e069368f44a75c71488e02d0f050668ebe1fb4
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-04-05T14:27:26+02:00
Commit Message:
WINTERMUTE: Add another detection-entry for Bickadoodle
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 0bf9fff..e7b55db 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",
More information about the Scummvm-git-logs
mailing list