[Scummvm-cvs-logs] scummvm master -> 1e0b18684cd725bca41204b0e491d4708d4bd599

m-kiewitz m_kiewitz at users.sourceforge.net
Thu Oct 8 17:32:59 CEST 2015


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:
1e0b18684c SHERLOCK: RT: fix french detection entry


Commit: 1e0b18684cd725bca41204b0e491d4708d4bd599
    https://github.com/scummvm/scummvm/commit/1e0b18684cd725bca41204b0e491d4708d4bd599
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-10-08T17:36:08+02:00

Commit Message:
SHERLOCK: RT: fix french detection entry

Changed paths:
    engines/sherlock/detection_tables.h



diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index d028c4a..6567369 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -162,7 +162,7 @@ static const SherlockGameDescription gameDescriptions[] = {
 			"rosetattoo",
 			"CD",
 			AD_ENTRY1s("talk.lib", "22e8e6406dd2fbbb238c9898928df42e", 770756),
-			Common::EN_ANY,
+			Common::FR_FRA,
 			Common::kPlatformDOS,
 			ADGF_TESTING,
 			GUIO3(GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_HELP_STYLE, GAMEOPTION_TRANSPARENT_WINDOWS)






More information about the Scummvm-git-logs mailing list