aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-08 22:10:09 +0000
committerEugene Sandulenko2005-05-08 22:10:09 +0000
commit1cddaa828cebeb9aa474505eff7a69403818a1c0 (patch)
tree9b9723c952b14bd10c535d83743de045100b8e89 /scumm
parentcca744f69a9eb079a314c8f39af1faa4e7b1e5a6 (diff)
downloadscummvm-rg350-1cddaa828cebeb9aa474505eff7a69403818a1c0.tar.gz
scummvm-rg350-1cddaa828cebeb9aa474505eff7a69403818a1c0.tar.bz2
scummvm-rg350-1cddaa828cebeb9aa474505eff7a69403818a1c0.zip
o Fixed detection of Dutch Freddi1
o Added md5s for Mac Football2002 demo o Added english FF5 demo svn-id: r17976
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm-md5.h3
-rw-r--r--scumm/scumm.cpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h
index 09ba8dd93d..8e8e0c002d 100644
--- a/scumm/scumm-md5.h
+++ b/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
/*
- This file was generated by the md5table tool on Sun May 08 12:14:53 2005
+ This file was generated by the md5table tool on Sun May 8 22:08:21 2005
DO NOT EDIT MANUALLY!
*/
@@ -107,6 +107,7 @@ static const MD5Table md5table[] = {
{ "40564ec47da48a67787d1f9bd043902a", "maniac", Common::EN_USA, Common::kPlatformPC },
{ "4167a92a1d46baa4f4127d918d561f88", "tentacle", Common::EN_USA, Common::kPlatformUnknown },
{ "430bc518017b6fac046f58bab6baad5d", "monkey2", Common::JA_JPN, Common::kPlatformFMTowns },
+ { "45082a5c9f42ba14dacfe1fdeeba819d", "ff5demo", Common::EN_USA, Common::kPlatformWindows },
{ "45152f7cf2ba8f43cf8a8ea2e740ae09", "monkeyvga", Common::ES_ESP, Common::kPlatformPC },
{ "46b53fd430adcfbed791b48a0d4b079f", "funpack", Common::EN_USA, Common::kPlatformPC },
{ "477dbafbd66a53c98416dc01aef019ad", "monkeyega", Common::IT_ITA, Common::kPlatformPC },
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index fe5441cb4b..3a160ac77a 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -574,7 +574,7 @@ static SubstResFileNames substResFileNameTable[] = {
{ "footdemo", "FootBall2002", kGenPC },
{ "freddemo", "Freddi Demo", kGenMac },
{ "freddi", "Freddi Fish", kGenMac },
- { "FreddiD", "Freddi Fish", kGenPC },
+ { "freddi", "FreddiD", kGenPC },
{ "freddi2", "Freddi Fish 2", kGenMac },
{ "freddi2", "FreddiCHSH", kGenPC },
{ "freddi3", "Freddi Fish 3", kGenMac },
@@ -584,6 +584,7 @@ static SubstResFileNames substResFileNameTable[] = {
{ "freddicove", "FreddiCove", kGenMac },
{ "freddicove", "FreddiCCC", kGenPC },
{ "freddicove", "FreddiDZZ", kGenPC },
+ { "ff5demo", "FFCoveDemo", kGenPC },
{ "kinddemo", "Kinddemo", kGenMac },
{ "kinddemo", "KindDemo", kGenMac },
{ "lost", "Lost and Found", kGenMac},