aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-01 17:49:58 +0200
committerEinar Johan Trøan Sømåen2012-06-02 13:07:40 +0200
commited88f83d548a5ad4da483a94d7cd8fbcec8af6bd (patch)
tree49df6b0a021fd4d7e7877202bc939b8fe9022da4
parent96a8874a9280ff9d428965fedb1360008afea69a (diff)
downloadscummvm-rg350-ed88f83d548a5ad4da483a94d7cd8fbcec8af6bd.tar.gz
scummvm-rg350-ed88f83d548a5ad4da483a94d7cd8fbcec8af6bd.tar.bz2
scummvm-rg350-ed88f83d548a5ad4da483a94d7cd8fbcec8af6bd.zip
WINTERMUTE: Add detection for Rosemary
-rw-r--r--engines/wintermute/detection.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp
index 15e695441d..0ae305eb23 100644
--- a/engines/wintermute/detection.cpp
+++ b/engines/wintermute/detection.cpp
@@ -52,6 +52,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_USEEXTRAASTITLE,
GUIO0()
},
+ {
+ "wintermute",
+ "Rosemary",
+ AD_ENTRY1s("data.dcp", "4f2631138bd4d27587d9043f8aeff3df", 29483643),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE |
+ ADGF_USEEXTRAASTITLE,
+ GUIO0()
+ },
AD_TABLE_END_MARKER
};