diff options
author | Travis Howell | 2005-04-28 01:31:30 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-28 01:31:30 +0000 |
commit | 9454b63f94e0e38257ac2d42bb2eb0122d8f9c64 (patch) | |
tree | 86f257e0971abe3e9516abd273c4ed230b52447d /scumm | |
parent | ec435855378a610ca7e40d4d8ee31bed2df494a0 (diff) | |
download | scummvm-rg350-9454b63f94e0e38257ac2d42bb2eb0122d8f9c64.tar.gz scummvm-rg350-9454b63f94e0e38257ac2d42bb2eb0122d8f9c64.tar.bz2 scummvm-rg350-9454b63f94e0e38257ac2d42bb2eb0122d8f9c64.zip |
Add Macintosh version of putttime.
svn-id: r17849
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 6faebc1a8f..a6f6948a80 100644 --- a/scumm/scumm-md5.h +++ b/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Tue Apr 26 04:19:44 2005 + This file was generated by the md5table tool on Thu Apr 28 01:26:42 2005 DO NOT EDIT MANUALLY! */ @@ -243,7 +243,7 @@ static const MD5Table md5table[] = { { "a194f15f51ee62badab74b9e7da97693", "bb2demo", Common::EN_USA, Common::kPlatformWindows }, { "a2bb6aa0537402c1b3c2ea899ccef64b", "smaller", Common::EN_USA, Common::kPlatformWindows }, { "a3036878840720fbefa41e6965fa4a0a", "samnmax", Common::EN_USA, Common::kPlatformPC }, - { "a525c1753c1db5011c00417da37887ef", "PuttTime", Common::EN_USA, Common::kPlatformWindows }, + { "a525c1753c1db5011c00417da37887ef", "PuttTime", Common::EN_USA, Common::kPlatformUnknown }, { "a561d2e2413cc1c71d5a1bf87bf493ea", "lost", Common::EN_USA, Common::kPlatformUnknown }, { "a570381b028972d891052ee1e51dc011", "maniac", Common::EN_USA, Common::kPlatformAtariST }, { "a654fb60c3b67d6317a7894ffd9f25c5", "pj3-demo", Common::EN_USA, Common::kPlatformWindows }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 2885ebf176..95a39ef6c2 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -597,6 +597,7 @@ static SubstResFileNames substResFileNameTable[] = { { "puttputt", "Putt-Putt Parade", kGenMacNoParens }, { "puttrace", "Putt Race", kGenMac }, { "PuttsFunShop", "Putt's FunShop", kGenMac }, + { "putttime", "PuttTTT", kGenMac }, { "putttime", "PuttTTT", kGenPC }, { "putttime", "PuttPuttTTT", kGenPC }, { "puttzoo", "PuttZoo", kGenMac }, |