diff options
author | Eugene Sandulenko | 2006-01-06 14:03:41 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-01-06 14:03:41 +0000 |
commit | f3c64fe7b3152996ecbcc097ae6711102b47fc57 (patch) | |
tree | b79723be1dd2aa807fb3a54fdd6163c736ab6522 /scumm | |
parent | 6a8f6142c8b9e35637c556132bf09f7dfdc42165 (diff) | |
download | scummvm-rg350-f3c64fe7b3152996ecbcc097ae6711102b47fc57.tar.gz scummvm-rg350-f3c64fe7b3152996ecbcc097ae6711102b47fc57.tar.bz2 scummvm-rg350-f3c64fe7b3152996ecbcc097ae6711102b47fc57.zip |
Fix typo in one md5. Fix DOTT CD Mac bundle name.
svn-id: r19932
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 af50018221..a0308a732f 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 Jan 06 02:46:39 2006 + This file was generated by the md5table tool on Fri Jan 6 14:03:23 2006 DO NOT EDIT MANUALLY! */ @@ -24,7 +24,7 @@ static const MD5Table md5table[] = { { "07b810e37be7489263f7bc7627d4765d", "freddi4", Common::RU_RUS, Common::kPlatformWindows }, { "084ed0fa98a6d1e9368d67fe9cfbd417", "freddi", Common::EN_USA, Common::kPlatformWindows }, { "0855496dde35356b1a9691e22ba84cdc", "freddi", Common::EN_USA, Common::kPlatformWindows }, - { "08646dd9698ddf1023ba9bf8a195e37b", "monkey", Common::EN_USA, Common::kPlatformPC }, + { "08656dd9698ddf1023ba9bf8a195e37b", "monkey", Common::EN_USA, Common::kPlatformPC }, { "08cc5c3eedaf72ebe12734eee94f7fa2", "balloon", Common::EN_USA, Common::kPlatformUnknown }, { "09820417db26687bb7fe0c83cc4c553b", "ft", Common::EN_USA, Common::kPlatformUnknown }, { "0a212fa35fa8421f31c1f3961272caf0", "monkey", Common::DE_DEU, Common::kPlatformAmiga }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 3be3704c53..343f5b36f4 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -712,7 +712,7 @@ static SubstResFileNames substResFileNameTable[] = { { "atlantis", "playfate", kGenPC }, { "atlantis", "indy4", kGenPC }, { "atlantis", "indydemo", kGenPC }, - { "tentacle.000", "Day Of The Tentacle Data", kGenAsIs }, + { "tentacle.000", "Day of the Tentacle Data", kGenAsIs }, { "tentacle", "dottdemo", kGenPC }, { "tentacle.000", "Day of the Tentacle Demo Data", kGenAsIs }, { "monkey", "monkey1", kGenPC }, |