aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
diff options
context:
space:
mode:
authorGregory Montoir2007-02-14 23:13:57 +0000
committerGregory Montoir2007-02-14 23:13:57 +0000
commit97f84927e804e350daec843bd055c5fcde2d2ef8 (patch)
treecb079f6996be5281351a1219491035b7ac29cdba /engines/scumm/plugin.cpp
parent05a2df034c80d26a21351b1b5574f6054579147e (diff)
downloadscummvm-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
Diffstat (limited to 'engines/scumm/plugin.cpp')
-rw-r--r--engines/scumm/plugin.cpp4
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;
}
}
}