diff options
author | Travis Howell | 2006-08-26 12:15:43 +0000 |
---|---|---|
committer | Travis Howell | 2006-08-26 12:15:43 +0000 |
commit | 96ec0d08ac6498f8d05996e048ae587b4bcb0c50 (patch) | |
tree | 38539451c235d649ea620e80834fc253b326d3aa /engines | |
parent | be794a6b845b4e6c9c893df58778af9c741510d9 (diff) | |
download | scummvm-rg350-96ec0d08ac6498f8d05996e048ae587b4bcb0c50.tar.gz scummvm-rg350-96ec0d08ac6498f8d05996e048ae587b4bcb0c50.tar.bz2 scummvm-rg350-96ec0d08ac6498f8d05996e048ae587b4bcb0c50.zip |
Add the Dutch version of Freddi Fish 1 for Macintosh
svn-id: r23756
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/plugin.cpp | 1 | ||||
-rw-r--r-- | engines/scumm/scumm-md5.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index df8312b603..31ae1d2604 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -542,6 +542,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "football", "footdemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "freddi", "freddi", kGenHEPC, UNK_LANG, UNK, 0 }, + { "freddi", "Freddi", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "freddi", "freddemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "freddi", "Freddi Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "freddi", "Freddi Fish", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index 176551f05c..283176be4a 100644 --- a/engines/scumm/scumm-md5.h +++ b/engines/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Fri Aug 25 17:51:57 2006 + This file was generated by the md5table tool on Sat Aug 26 12:11:38 2006 DO NOT EDIT MANUALLY! */ @@ -237,6 +237,7 @@ static const MD5Table md5table[] = { { "6b5a3fef241e90d4b2e77f1e222773ee", "maniac", "NES", "extracted", -1, Common::SE_SWE, Common::kPlatformNES }, { "6bf70eee5de3d24d2403e0dd3d267e8a", "spyfox", "", "", -1, Common::UNK_LANG, Common::kPlatformWindows }, { "6c2bff0e327f2962e809c2e1a82d7309", "monkey", "VGA", "VGA", -1, Common::EN_ANY, Common::kPlatformAmiga }, + { "6d1baa1065ac5f7b210be8ebe4235e49 ", "freddi", "HE 73", "", -1, Common::NL_NLD, Common::kPlatformMacintosh }, { "6dead580b0ff14d5f7b33b4219f04159", "samnmax", "", "Demo", 16556335, Common::EN_ANY, Common::kPlatformMacintosh }, { "6df20c50c1ab19799de9be7ae7716881", "fbear", "HE 61", "Demo", -1, Common::EN_ANY, Common::kPlatformMacintosh }, { "6e959d65358eedf9b68b81e304b97fa4", "tentacle", "", "CD", 7932, Common::DE_DEU, Common::kPlatformUnknown }, |