diff options
author | Travis Howell | 2005-04-26 04:22:08 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-26 04:22:08 +0000 |
commit | a0f56739cd7c325f927d148593b64018c59ca6d1 (patch) | |
tree | c88b73104277c715f28fefb808ad4b3119215740 /scumm | |
parent | 21ea71a7620bd2c29f49a940500e0de54c575dfa (diff) | |
download | scummvm-rg350-a0f56739cd7c325f927d148593b64018c59ca6d1.tar.gz scummvm-rg350-a0f56739cd7c325f927d148593b64018c59ca6d1.tar.bz2 scummvm-rg350-a0f56739cd7c325f927d148593b64018c59ca6d1.zip |
Add Macintosh version of puttrace
svn-id: r17803
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm-md5.h | 4 | ||||
-rw-r--r-- | scumm/scumm.cpp | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h index 6ced219811..6faebc1a8f 100644 --- a/scumm/scumm-md5.h +++ b/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Fri Apr 22 00:13:28 2005 + This file was generated by the md5table tool on Tue Apr 26 04:19:44 2005 DO NOT EDIT MANUALLY! */ @@ -226,7 +226,7 @@ static const MD5Table md5table[] = { { "92fc0073a4cf259ff36070ecb8628ba8", "thinkerk", Common::EN_USA, Common::kPlatformUnknown }, { "96a3069a3c63caa7329588ce1fef41ee", "spyozon", Common::RU_RUS, Common::kPlatformUnknown }, { "9708cf716ed8bcc9ff3fcfc69413b746", "puttputt", Common::EN_USA, Common::kPlatformPC }, - { "981e1e1891f2be7e25a01f50ae55a5af", "puttrace", Common::EN_USA, Common::kPlatformWindows }, + { "981e1e1891f2be7e25a01f50ae55a5af", "puttrace", Common::EN_USA, Common::kPlatformUnknown }, { "99a3699f80b8f776efae592b44b9b991", "maniac", Common::FR_FRA, Common::kPlatformPC }, { "99b6f822b0b2612415407865438697d6", "fate", Common::EN_USA, Common::kPlatformPC }, { "9bc548e179cdb0767009401c094d0895", "maniac", Common::DE_DEU, Common::kPlatformAmiga }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index d4d26ef3f6..0cca82a43e 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -585,6 +585,7 @@ static SubstResFileNames substResFileNameTable[] = { { "puttdemo", "Putt-Putt's Demo", kGenMacNoParens }, { "puttmoon", "Putt-Putt Moon", kGenMacNoParens }, { "puttputt", "Putt-Putt Parade", kGenMacNoParens }, + { "puttrace", "Putt Race", kGenMac }, { "PuttsFunShop", "Putt's FunShop", kGenMac }, { "putttime", "PuttTTT", kGenPC }, { "putttime", "PuttPuttTTT", kGenPC }, |