diff options
author | Travis Howell | 2007-01-25 10:24:04 +0000 |
---|---|---|
committer | Travis Howell | 2007-01-25 10:24:04 +0000 |
commit | d8a33123a805dd7479771289a0530d89e2e3a9e2 (patch) | |
tree | cf248f4155e1734b5a773f2bcb098bdca87d1a1a /engines/scumm | |
parent | d3b4e89e8003351aafdf6202c00a5db5d407ae09 (diff) | |
download | scummvm-rg350-d8a33123a805dd7479771289a0530d89e2e3a9e2.tar.gz scummvm-rg350-d8a33123a805dd7479771289a0530d89e2e3a9e2.tar.bz2 scummvm-rg350-d8a33123a805dd7479771289a0530d89e2e3a9e2.zip |
Add another Dutch version of SPY FOX 1 for Windows.
svn-id: r25182
Diffstat (limited to 'engines/scumm')
-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 735db688dd..14aa3f437c 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -774,6 +774,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "spyfox", "SPYFoxDC", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "spyfox", "SpyFoxDMK", kGenHEPC, UNK_LANG, UNK, 0 }, { "spyfox", "SpyFoxDMK", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "spyfox", "SPYFoxOMW", kGenHEPC, Common::NL_NLD, UNK, 0 }, { "spyfox", "Spy Fox", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "spyfox", "Spy Fox Demo", kGenHEMac, Common::NL_NLD, Common::kPlatformMacintosh, 0 }, { "spyfox", "JR-Demo", kGenHEMac, Common::FR_FRA, Common::kPlatformMacintosh, 0 }, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index b449eba30a..7520f3fb88 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 Thu Jan 25 09:51:33 2007 + This file was generated by the md5table tool on Thu Jan 25 10:21:19 2007 DO NOT EDIT MANUALLY! */ @@ -283,6 +283,7 @@ static const MD5Table md5table[] = { { "754feb59d3bf86b8a00840df74fd7b26", "freddi3", "", "Demo", -1, Common::NL_NLD, Common::kPlatformWindows }, { "75ba23fff4fd63fa446c02864f2a5a4b", "zak", "V2", "V2", -1, Common::IT_ITA, Common::kPlatformPC }, { "75bff95816b84672b877d22a911ab811", "freddi3", "HE 99", "Updated", -1, Common::RU_RUS, Common::kPlatformWindows }, + { "76b66b43e593ad4d2f1dfb5cc8f19700", "spyfox", "HE 99", "", -1, Common::NL_NLD, Common::kPlatformWindows }, { "771bc18ec6f93837b839c992b211904b", "monkey", "Demo", "EGA Demo", -1, Common::DE_DEU, Common::kPlatformPC }, { "77f5c9cc0986eb729c1a6b4c8823bbae", "zak", "FM-TOWNS", "", 7520, Common::EN_ANY, Common::kPlatformFMTowns }, { "780e4a0ae2ff17dc296f4a79543b44f8", "puttmoon", "", "", -1, Common::UNK_LANG, Common::kPlatformPC }, |