aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2014-05-31 21:07:34 +0200
committerEinar Johan Trøan Sømåen2014-05-31 21:07:34 +0200
commitaea94110d1f9d6cff4e9b264f5fcf20e9552202b (patch)
treea96bec2f820e4c9c5f1e6b4830bacf1667ae399d /engines/wintermute
parent7141df0729f8631f694525f7caac53079e69803f (diff)
downloadscummvm-rg350-aea94110d1f9d6cff4e9b264f5fcf20e9552202b.tar.gz
scummvm-rg350-aea94110d1f9d6cff4e9b264f5fcf20e9552202b.tar.bz2
scummvm-rg350-aea94110d1f9d6cff4e9b264f5fcf20e9552202b.zip
WINTERMUTE: Add detection for "Boredom of Agustin Cordes"
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/detection_tables.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 130a68cb3b..02126fbeba 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -28,6 +28,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"5ld", "Five Lethal Demons"},
{"5ma", "Five Magical Amulets"},
{"actualdest", "Actual Destination"},
+ {"agustin", "Boredom of Agustin Cordes"},
{"bickadoodle", "Bickadoodle"},
{"bookofgron", "Book of Gron Part One"},
{"bthreshold", "Beyond the Threshold"},
@@ -108,6 +109,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
+ // Boredom of Agustin Cordes
+ {
+ "agustin",
+ "",
+ AD_ENTRY1s("data.dcp", "abb79c16c9b92e9b06525a4c7c3f5861", 2461949),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
// Beyond the Threshold
{
"bthreshold",