diff options
author | Travis Howell | 2005-12-03 02:31:06 +0000 |
---|---|---|
committer | Travis Howell | 2005-12-03 02:31:06 +0000 |
commit | 6f73fa7ebebef17ac67be8b9e8be524aea028f95 (patch) | |
tree | 1d698544594d6b8a680751e29d72cb8f3a3539aa /scumm | |
parent | 34425232783c9b76b3447b2fc14d4a8fba6a40d4 (diff) | |
download | scummvm-rg350-6f73fa7ebebef17ac67be8b9e8be524aea028f95.tar.gz scummvm-rg350-6f73fa7ebebef17ac67be8b9e8be524aea028f95.tar.bz2 scummvm-rg350-6f73fa7ebebef17ac67be8b9e8be524aea028f95.zip |
Add Macintosh version of Pajama Sam 3.
svn-id: r19732
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm-md5.h | 4 | ||||
-rw-r--r-- | scumm/scumm.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h index 44087a7e9a..e0d9764313 100644 --- a/scumm/scumm-md5.h +++ b/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Sat Dec 03 00:45:58 2005 + This file was generated by the md5table tool on Sat Dec 03 02:28:53 2005 DO NOT EDIT MANUALLY! */ @@ -428,7 +428,7 @@ static const MD5Table md5table[] = { { "f27b1ba0eadaf2a6617b2b58192d1dbf", "samnmax", Common::DE_DEU, Common::kPlatformPC }, { "f3d55aea441e260e9e9c7d2a187097e0", "puttzoo", Common::EN_USA, Common::kPlatformWindows }, { "f40a7f495f59188ca57a9d1d50301bb6", "puttputt", Common::EN_USA, Common::kPlatformMacintosh }, - { "f7711f9264d4d43c2a1518ec7c10a607", "pajama3", Common::EN_USA, Common::kPlatformWindows }, + { "f7711f9264d4d43c2a1518ec7c10a607", "pajama3", Common::EN_USA, Common::kPlatformUnknown }, { "f79e60c17cca601e411f1f75e8ee9b5a", "spyfox2", Common::EN_USA, Common::kPlatformUnknown }, { "fa127d7c4bb47d05bb1c33ddcaa9f767", "loom", Common::DE_DEU, Common::kPlatformPC }, { "fb66aa42de21675116346213f176a366", "monkey", Common::IT_ITA, Common::kPlatformAmiga }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index e523af6c39..4701d64745 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -809,6 +809,7 @@ static SubstResFileNames substResFileNameTable[] = { { "pajama2", "Pjs2demo", kGenPC }, { "pajama2", "PJ2 Demo", kGenMac }, // NL Mac demo { "pajama3", "GPJ3Demo", kGenPC }, + { "pajama3", "Pajama Sam 3", kGenMac }, { "pajama3", "Pajama Sam 3-Demo", kGenMac }, { "pajama3", "pj3-demo", kGenPC }, { "pajama3", "pj3demo", kGenPC }, @@ -879,7 +880,6 @@ static SubstResFileNames substResFileNameTable[] = { { "thinker1", "1grademo", kGenPC }, { "thinker1", "Thinker1", kGenMac }, { "thinkerk", "kinddemo", kGenPC }, - { "thinkerk", "Kinddemo", kGenMac }, { "thinkerk", "KindDemo", kGenMac }, { "thinkerk", "ThinkerK", kGenMac }, { "water", "Water Worries", kGenMac }, |