diff options
-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", |