diff options
author | Arnaud Boutonné | 2010-01-03 22:11:08 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-03 22:11:08 +0000 |
commit | 5433ba01fa52501f5624de1615c3e9f72bb26fd9 (patch) | |
tree | 21fff728e24874b2f8687f3f624ba0315eeb59b9 | |
parent | b92a744a04a17bfdce7d9fba5e90864375f281ac (diff) | |
download | scummvm-rg350-5433ba01fa52501f5624de1615c3e9f72bb26fd9.tar.gz scummvm-rg350-5433ba01fa52501f5624de1615c3e9f72bb26fd9.tar.bz2 scummvm-rg350-5433ba01fa52501f5624de1615c3e9f72bb26fd9.zip |
Mohawk : For what it's worth, Add detection for a french "in the 1rst degree"
svn-id: r46957
-rw-r--r-- | engines/mohawk/detection.cpp | 20 |
1 files changed, 19 insertions, 1 deletions
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", |