diff options
author | Travis Howell | 2008-05-17 23:58:40 +0000 |
---|---|---|
committer | Travis Howell | 2008-05-17 23:58:40 +0000 |
commit | 7effbb5be4353ad522b9d911b144dcb40cf8b822 (patch) | |
tree | c6542e5c7316078a5bc2d79fd6af842cd92b8df9 /engines | |
parent | 4e785a9e73f6dd8b637474c4983abf2f5cfe5318 (diff) | |
download | scummvm-rg350-7effbb5be4353ad522b9d911b144dcb40cf8b822.tar.gz scummvm-rg350-7effbb5be4353ad522b9d911b144dcb40cf8b822.tar.bz2 scummvm-rg350-7effbb5be4353ad522b9d911b144dcb40cf8b822.zip |
Add another English version of Pajama Sam 1 and SPY Fox 1.
svn-id: r32162
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/detection_tables.h | 1 | ||||
-rw-r--r-- | engines/scumm/scumm-md5.h | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index 49ac5a18eb..474707ec55 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -642,6 +642,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "pajama", "Pajama Sam", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "pajama", "PajamaNHD", kGenHEPC, UNK_LANG, UNK, 0 }, { "pajama", "PJS-DEMO", kGenHEPC, UNK_LANG, UNK, 0 }, + { "pajama", "pjsam", kGenHEPC, UNK_LANG, UNK, 0 }, { "pajama", "PjSamDemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "pajama", "PYJAMA", kGenHEPC, Common::DE_DEU, UNK, 0 }, { "pajama", "SAMDEMO", kGenHEPC, Common::FR_FRA, UNK, 0 }, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index 4c956a237b..45f721d119 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 Wed May 14 19:23:43 2008 + This file was generated by the md5table tool on Sat May 17 23:57:19 2008 DO NOT EDIT MANUALLY! */ @@ -107,6 +107,7 @@ static const MD5Table md5table[] = { { "22c9eb04455440131ffc157aeb8d40a8", "fbear", "HE 70", "Demo", -1, Common::EN_ANY, Common::kPlatformWindows }, { "22d07d6c386c9c25aca5dac2a0c0d94b", "maniac", "NES", "", 262144, Common::SE_SWE, Common::kPlatformNES }, { "22f4ea88a09da12df9308ba30bcb7d0f", "loom", "EGA", "EGA", -1, Common::EN_ANY, Common::kPlatformPC }, + { "23394c8d29cc63c61313959431a12476", "spyfox", "HE 99", "", -1, Common::EN_ANY, Common::kPlatformWindows }, { "257f8c14d8c584f7ddd601bcb00920c7", "maniac", "NES", "", 262144, Common::DE_DEU, Common::kPlatformNES }, { "2723fea3dae0cb47768c424b145ae0e7", "tentacle", "", "Floppy", 7932, Common::EN_ANY, Common::kPlatformPC }, { "27b3a4224ad63d5b04627595c1c1a025", "zak", "V2", "V2", -1, Common::IT_ITA, Common::kPlatformAmiga }, @@ -300,6 +301,7 @@ static const MD5Table md5table[] = { { "771bc18ec6f93837b839c992b211904b", "monkey", "Demo", "EGA Demo", -1, Common::DE_DEU, Common::kPlatformPC }, { "77f5c9cc0986eb729c1a6b4c8823bbae", "zak", "FM-TOWNS", "Demo", 7520, Common::EN_ANY, Common::kPlatformFMTowns }, { "780e4a0ae2ff17dc296f4a79543b44f8", "puttmoon", "", "", -1, Common::UNK_LANG, Common::kPlatformPC }, + { "782393c5934ecd0b536eaf5fd541bd26", "pajama", "HE 99", "", -1, Common::EN_ANY, Common::kPlatformWindows }, { "78bd5f036ea35a878b74e4f47941f784", "freddi4", "HE 99", "", -1, Common::RU_RUS, Common::kPlatformWindows }, { "78c07ca088526d8d4446a4c2cb501203", "freddi3", "HE 99", "", -1, Common::FR_FRA, Common::kPlatformUnknown }, { "7974365d3dc0f43a2748c975f91ff042", "monkey2", "", "", -1, Common::ES_ESP, Common::kPlatformPC }, |