aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorMax Horn2007-02-16 09:28:22 +0000
committerMax Horn2007-02-16 09:28:22 +0000
commitcce2617f24d156f1e56487f1317acb5348560464 (patch)
treebb6ad85a7e5f74fd2b560067aa272adc225de6a8 /engines/scumm
parent5bd19f022a2c51594b6b5872b44cff3d0b882890 (diff)
downloadscummvm-rg350-cce2617f24d156f1e56487f1317acb5348560464.tar.gz
scummvm-rg350-cce2617f24d156f1e56487f1317acb5348560464.tar.bz2
scummvm-rg350-cce2617f24d156f1e56487f1317acb5348560464.zip
Added details on brazilian comi/dig (once more from the forums)
svn-id: r25623
Diffstat (limited to 'engines/scumm')
-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 f4d52e7722..f025665de4 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -1030,6 +1030,8 @@ static Common::Language detectLanguage(const FSList &fslist, byte id) {
return Common::FR_FRA;
case 443439: // 4689d013f67aabd7c35f4fd7c4b4ad69
return Common::IT_ITA;
+ case 440586: // 5a1d0f4fa00917bdbfe035a72a6bba9d
+ return Common::PT_BRA;
}
} else {
switch (size) {
@@ -1039,6 +1041,8 @@ static Common::Language detectLanguage(const FSList &fslist, byte id) {
return Common::FR_FRA;
case 231402: // 93d13fcede954c78e65435592182a4db
return Common::IT_ITA;
+ case 228772: // 5d9ad90d3a88ea012d25d61791895ebe
+ return Common::PT_BRA;
}
}
}