From 5433ba01fa52501f5624de1615c3e9f72bb26fd9 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 3 Jan 2010 22:11:08 +0000 Subject: Mohawk : For what it's worth, Add detection for a french "in the 1rst degree" svn-id: r46957 --- engines/mohawk/detection.cpp | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index 348c4f103f..a1ae4552e5 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -616,7 +616,25 @@ static const MohawkGameDescription gameDescriptions[] = { GF_HASMIDI, 0 }, - + + // In The 1rst Degree + // French Windows + // From Strangerke + { + { + "1stdegree", + "", + AD_ENTRY1("AL236_1.MHK", "0e0c70b1b702b6ddca61a1192ada1282"), + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_1STDEGREE, + GF_HASMIDI, + 0 + }, + { { "csusa", -- cgit v1.2.3