diff options
author | Travis Howell | 2006-01-13 05:24:05 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-13 05:24:05 +0000 |
commit | 9d42703f8c486f0083358b30d2c701ad314215d1 (patch) | |
tree | 355ba603511c7e3b163ce28b20e9bbcf6c5c99f8 /scumm | |
parent | 5e88d33a76d020f93f9c5a5c968ea36640ed649b (diff) | |
download | scummvm-rg350-9d42703f8c486f0083358b30d2c701ad314215d1.tar.gz scummvm-rg350-9d42703f8c486f0083358b30d2c701ad314215d1.tar.bz2 scummvm-rg350-9d42703f8c486f0083358b30d2c701ad314215d1.zip |
Add German version of Putt-Putt Travels Through Time demo.
svn-id: r19998
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm-md5.h | 3 | ||||
-rw-r--r-- | scumm/scumm.cpp | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h index ce28532c7d..a9c137459d 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 13 05:19:27 2006 + This file was generated by the md5table tool on Fri Jan 13 05:23:27 2006 DO NOT EDIT MANUALLY! */ @@ -447,6 +447,7 @@ static const MD5Table md5table[] = { { "f79e60c17cca601e411f1f75e8ee9b5a", "spyfox2", Common::EN_USA, Common::kPlatformUnknown }, { "fa127d7c4bb47d05bb1c33ddcaa9f767", "loom", Common::DE_DEU, Common::kPlatformPC }, { "fb66aa42de21675116346213f176a366", "monkey", Common::IT_ITA, Common::kPlatformAmiga }, + { "fbb697d89d2beca87360a145f467bdae", "PuttTime", Common::DE_DEU, Common::kPlatformUnknown }, { "fbbbb38a81fc9d6a61d509278390a290", "farm", Common::EN_USA, Common::kPlatformMacintosh }, { "fbdd947d21e8f5bac6d6f7a316af1c5a", "spyfox", Common::EN_USA, Common::kPlatformUnknown }, { "fc53ce0e5f6562b1c1e1b4b8203acafb", "samnmax", Common::ES_ESP, Common::kPlatformPC }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 71b32cd644..1c8bfbe96a 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -862,6 +862,8 @@ static SubstResFileNames substResFileNameTable[] = { { "putttime", "Tempdemo", kGenMac }, // FR Mac demo { "putttime", "toffzeit", kGenPC }, // German T’¨¢öff-T’¨¢öff: Reist durch die Zeit { "putttime", "toffzeit", kGenMac }, // German T’¨¢öff-T’¨¢öff: Reist durch die Zeit + { "putttime", "ZeitDemo", kGenMac }, + { "putttime", "ZEITDEMO", kGenPC }, { "puttzoo", "Puttzoo Demo", kGenMac }, { "puttzoo", "PuttZoo", kGenMac }, { "puttzoo", "zoodemo", kGenPC }, |