aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-10-03 12:15:01 +0000
committerTravis Howell2006-10-03 12:15:01 +0000
commit09f9cf7b6419abafe5969b08989e51e8794e097e (patch)
tree0c3dd710879d05cc09a682f2f63326a2924c66fd /engines/scumm/plugin.cpp
parent20d46ab409dfa77241f7d6c2d8cbefc243a25781 (diff)
downloadscummvm-rg350-09f9cf7b6419abafe5969b08989e51e8794e097e.tar.gz
scummvm-rg350-09f9cf7b6419abafe5969b08989e51e8794e097e.tar.bz2
scummvm-rg350-09f9cf7b6419abafe5969b08989e51e8794e097e.zip
Add Dutch versions of freddi4 and freddicove for Macintosh
svn-id: r24095
Diffstat (limited to 'engines/scumm/plugin.cpp')
-rw-r--r--engines/scumm/plugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp
index 95a5361d42..03aaed0773 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -575,6 +575,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "freddi3", "MM3-Demo", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 },
{ "freddi4", "freddi4", kGenHEPC, UNK_LANG, UNK, 0 },
+ { "freddi4", "Freddi4", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 },
{ "freddi4", "f4-demo", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi4", "ff4demo", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddi4", "Ff4demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
@@ -590,6 +591,7 @@ static const GameFilenamePattern gameFilenamesTable[] = {
{ "freddicove", "FreddiCCC", kGenHEPC, UNK_LANG, UNK, 0 },
{ "freddicove", "FreddiCove", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 },
{ "freddicove", "FreddiDZZ", kGenHEPC, Common::NL_NLD, UNK, 0 },
+ { "freddicove", "FreddiDZZ", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 },
{ "freddicove", "FreddiMML", kGenHEPC, Common::FR_FRA, UNK, 0 },
{ "freddicove", "FreddiMML", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 },
{ "freddicove", "FFCoveDemo", kGenHEPC, UNK_LANG, UNK, 0 },