diff options
author | Gregory Montoir | 2007-02-14 23:13:57 +0000 |
---|---|---|
committer | Gregory Montoir | 2007-02-14 23:13:57 +0000 |
commit | 97f84927e804e350daec843bd055c5fcde2d2ef8 (patch) | |
tree | cb079f6996be5281351a1219491035b7ac29cdba | |
parent | 05a2df034c80d26a21351b1b5574f6054579147e (diff) | |
download | scummvm-rg350-97f84927e804e350daec843bd055c5fcde2d2ef8.tar.gz scummvm-rg350-97f84927e804e350daec843bd055c5fcde2d2ef8.tar.bz2 scummvm-rg350-97f84927e804e350daec843bd055c5fcde2d2ef8.zip |
added language file details for french versions of TheDig and COMI
svn-id: r25597
-rw-r--r-- | engines/scumm/plugin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index a285333b46..1591d07a0d 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -1024,11 +1024,15 @@ static Common::Language detectLanguage(const FSList &fslist, byte id) { return Common::EN_ANY; case 493252: // 5d59594b24f3f1332e7d7e17455ed533 return Common::DE_DEU; + case 461746: // 35bbe0e4d573b318b7b2092c331fd1fa + return Common::FR_FRA; } } else { switch (size) { case 248627: // 1fd585ac849d57305878c77b2f6c74ff return Common::DE_DEU; + case 257460: // 04cf6a6ba6f57e517bc40eb81862cfb0 + return Common::FR_FRA; } } } |