aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBastien Bouclet2017-11-13 07:22:00 +0100
committerBastien Bouclet2017-11-13 07:25:37 +0100
commit0b28ea98840cfff41b769e30d247b4e5dde2dfbc (patch)
tree86f3ceeead863a74a0d04514719788b10157895a /engines
parenta6659ba9d577998139cbb9a61532f823a24bc3b9 (diff)
downloadscummvm-rg350-0b28ea98840cfff41b769e30d247b4e5dde2dfbc.tar.gz
scummvm-rg350-0b28ea98840cfff41b769e30d247b4e5dde2dfbc.tar.bz2
scummvm-rg350-0b28ea98840cfff41b769e30d247b4e5dde2dfbc.zip
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
Diffstat (limited to 'engines')
-rw-r--r--engines/composer/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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)