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 | |
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
-rw-r--r-- | scumm/scumm-md5.h | 4 | ||||
-rw-r--r-- | scumm/scumm.cpp | 1 | ||||
-rw-r--r-- | tools/scumm-md5.txt | 2 |
3 files changed, 4 insertions, 3 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 }, diff --git a/tools/scumm-md5.txt b/tools/scumm-md5.txt index efcc7654ca..0d8cba90da 100644 --- a/tools/scumm-md5.txt +++ b/tools/scumm-md5.txt @@ -418,7 +418,7 @@ Putt-Putt Saves the Zoo Demo Mac en 3486ede0f904789267d4bcc5537a46d4 zoodemo khalek Putt-Putt Travels Through Time - - Windows en a525c1753c1db5011c00417da37887ef PuttTime Kirben + - All en a525c1753c1db5011c00417da37887ef PuttTime Kirben - All? en 2108d83dcf09f8adb4bc524669c8cf51 PuttTime Demo All en 4e5867848ee61bc30d157e2c94eee9b4 timedemo khalek, sev Demo All en 0ab19be9e2a3f6938226638b2a3744fe timedemo khalek |