diff options
author | Eugene Sandulenko | 2005-09-16 23:45:33 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-09-16 23:45:33 +0000 |
commit | c01148b098558ae48de85515bbb5fa89ece5513f (patch) | |
tree | 148cfe7036faf792e15d0a2817c5dae7a527b7b8 /scumm | |
parent | c33e15e915323c17f192ca6d87e5335ac7a8f395 (diff) | |
download | scummvm-rg350-c01148b098558ae48de85515bbb5fa89ece5513f.tar.gz scummvm-rg350-c01148b098558ae48de85515bbb5fa89ece5513f.tar.bz2 scummvm-rg350-c01148b098558ae48de85515bbb5fa89ece5513f.zip |
Add Mac Dott demo. Though file substitutes handling needs to be extended to
make it run.
svn-id: r18833
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm-md5.h | 3 | ||||
-rw-r--r-- | scumm/scumm.cpp | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h index 814aeeecf3..2cd2a2924b 100644 --- a/scumm/scumm-md5.h +++ b/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Wed Sep 14 22:37:27 2005 + This file was generated by the md5table tool on Fri Sep 16 23:10:51 2005 DO NOT EDIT MANUALLY! */ @@ -80,6 +80,7 @@ static const MD5Table md5table[] = { { "28d24a33448fab6795850bc9f159a4a2", "atlantis", Common::JA_JPN, Common::kPlatformFMTowns }, { "28ef68ee3ed76d7e2ee8ee13c15fbd5b", "loom", Common::EN_USA, Common::kPlatformPC }, { "2a208ffbcd0e83e86f4356e6f64aa6e1", "loom", Common::ES_ESP, Common::kPlatformPC }, + { "2a41b53cf1a90b6e6f26c10cc6041084", "tentacle", Common::EN_USA, Common::kPlatformMacintosh }, { "2ccd8891ce4d3f1a334d21bff6a88ca2", "monkey", Common::EN_USA, Common::kPlatformMacintosh }, { "2d1e891fe52df707c30185e52c50cd92", "monkey", Common::EN_USA, Common::kPlatformPC }, { "2d388339d6050d8ccaa757b64633954e", "zak", Common::EN_USA, Common::kPlatformFMTowns }, diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 59e4489534..6490170cb4 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -801,6 +801,7 @@ static SubstResFileNames substResFileNameTable[] = { { "spyozon", "SpyOzon", kGenMac }, { "tentacle.000", "Day Of The Tentacle Data", kGenAsIs }, { "tentacle", "dottdemo", kGenPC }, + { "tentacle.000", "Day of the Tentacle Demo Data", kGenAsIs }, { "thinker1", "Thinker1", kGenMac }, { "thinkerk", "ThinkerK", kGenMac }, { "timedemo", "TIJDDEMO", kGenPC }, |