[Scummvm-git-logs] scummvm master -> 0b28ea98840cfff41b769e30d247b4e5dde2dfbc

bgK bastien.bouclet at gmail.com
Mon Nov 13 07:25:46 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0b28ea9884 COMPOSER: Fix the detection for the French Gregory version


Commit: 0b28ea98840cfff41b769e30d247b4e5dde2dfbc
    https://github.com/scummvm/scummvm/commit/0b28ea98840cfff41b769e30d247b4e5dde2dfbc
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2017-11-13T07:25:37+01:00

Commit Message:
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

Changed paths:
    engines/composer/detection.cpp


diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 94a3a7e..be00a26 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)





More information about the Scummvm-git-logs mailing list