aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-06-18 23:05:21 +0200
committerEinar Johan Trøan Sømåen2013-06-18 23:05:21 +0200
commite61f1bd091f7fb5beb9a2037427a6d5ed2dc3793 (patch)
tree7d39842a75bfe3d65e6f9118cc767d611bbcb2aa
parent4f98984fbd45f9ec708facad2ceaf7df5f6dbb46 (diff)
downloadscummvm-rg350-e61f1bd091f7fb5beb9a2037427a6d5ed2dc3793.tar.gz
scummvm-rg350-e61f1bd091f7fb5beb9a2037427a6d5ed2dc3793.tar.bz2
scummvm-rg350-e61f1bd091f7fb5beb9a2037427a6d5ed2dc3793.zip
WINTERMUTE: Add detection for Des Reves Elastiques Avec Mille Insectes Nommes Georges
With the accents removed to avoid breaking encoding.
-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 8fb45dc8b9..9f654dc4b7 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -37,6 +37,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"carolreed9", "Carol Reed 9 - Cold Case Summer"},
{"chivalry", "Chivalry is Not Dead"},
{"deadcity", "Dead City"},
+ {"dreaming", "Des Reves Elastiques Avec Mille Insectes Nommes Georges"},
{"dirtysplit", "Dirty Split"},
{"dreamscape", "Dreamscape"},
{"ghostsheet", "Ghost in the Sheet"},
@@ -249,6 +250,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE,
GUIO0()
},
+ // Des Reves Elastiques Avec Mille Insectes Nommes Georges
+ {
+ "dreaming",
+ "",
+ AD_ENTRY1s("data.dcp", "4af26d97ea063fc1277ce30ae431de90", 8804073),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
// Dreamscape
{
"dreamscape",