From 0b28ea98840cfff41b769e30d247b4e5dde2dfbc Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Mon, 13 Nov 2017 07:22:00 +0100 Subject: COMPOSER: Fix the detection for the French Gregory version The commit message of 2739d8fa2 says this is for the French version. The language was set to English by mistake. Ref#6548 --- engines/composer/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 94a3a7e471..be00a26e84 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -335,7 +335,7 @@ static const ComposerGameDescription gameDescriptions[] = { "gregory", 0, AD_ENTRY1("book.ini", "e54fc5c00de5f94e908a969e445af5d0"), - Common::EN_ANY, + Common::FR_FRA, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO1(GUIO_NOASPECT) -- cgit v1.2.3