[Scummvm-cvs-logs] scummvm master -> 0b4ceb8bf710a586ef24c70606c7f0fb74fdef1b

bluegr bluegr at gmail.com
Mon Apr 15 11:27:27 CEST 2013


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:
0b4ceb8bf7 SCI: Fix the entry of LSL7 French (patch #3610842)


Commit: 0b4ceb8bf710a586ef24c70606c7f0fb74fdef1b
    https://github.com/scummvm/scummvm/commit/0b4ceb8bf710a586ef24c70606c7f0fb74fdef1b
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-04-15T02:26:22-07:00

Commit Message:
SCI: Fix the entry of LSL7 French (patch #3610842)

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 9fd1d41..c8137c8 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2278,7 +2278,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"resmap.000", 0, "4407849fd52fe3efb0c30fba60cd5cd4", 8206},
 		{"ressci.000", 0, "dc37c3055fffbefb494ff22b145d377b", 66964472},
 		AD_LISTEND},
-	 	Common::DE_DEU, Common::kPlatformPC, ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+	 	Common::FR_FRA, Common::kPlatformPC, ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
 	// Larry 7 - Italian DOS CD (from glorifindel)
 	// SCI interpreter version 3.000.000






More information about the Scummvm-git-logs mailing list