From 1c18f0efdc2e0f7062dfcf38925131a0050526a0 Mon Sep 17 00:00:00 2001 From: Einar Johan T. Sømåen Date: Thu, 7 Jun 2012 13:50:49 +0200 Subject: WINTERMUTE: Add detection for german Dirty Split --- engines/wintermute/detection.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/wintermute') diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index 8d38eeb1ef..4756c96542 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -42,6 +42,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_USEEXTRAASTITLE, GUIO0() }, + { + "wintermute", + "Dirty Split", + AD_ENTRY1s("data.dcp", "139d8a25579e969f8b37d20e6e3de5f9", 92668291), + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_USEEXTRAASTITLE, + GUIO0() + }, { "wintermute", "Five Magical Amulets", -- cgit v1.2.3