From e3b93672d54c59c036c0e87ec2f5aac2ad397cc2 Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Sun, 8 Jan 2012 15:05:50 +0100 Subject: SCUMM: Correctly recognize platform on freddi2 dutch demo --- devtools/scumm-md5.txt | 2 +- engines/scumm/detection_tables.h | 2 +- engines/scumm/scumm-md5.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt index 4c3ac6807b..610fcb1dd7 100644 --- a/devtools/scumm-md5.txt +++ b/devtools/scumm-md5.txt @@ -513,7 +513,7 @@ freddi2 Freddi Fish 2: The Case of the Haunted Schoolhouse 8ee63cafb1fe9d62aa0d5a23117e70e7 -1 us All HE 100 Updated - Kirben e41de1c2a15abbcdbf9977e2d7e8a340 -1 ru Windows HE 100 Updated - sev - c20848f53c2d48bfacdc840993843765 -1 nl Windows HE 80 Demo - DarthBo + c20848f53c2d48bfacdc840993843765 -1 nl All HE 80 Demo - DarthBo fc8d197a22146e74766e9cb0cfcaf1da 27298 en All HE 80 Demo - khalek, sev d37c55388294b66e53e7ced3af88fa68 -1 en All HE 100 Updated Demo - khalek diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index bd2ff3062b..ff388fe931 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -647,7 +647,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "freddi", "MM-DEMO", kGenHEPC, UNK_LANG, UNK, 0 }, { "freddi2", "freddi2", kGenHEPC, UNK_LANG, UNK, 0 }, - { "freddi2", "ff2-demo", kGenHEPC, UNK_LANG, UNK, 0 }, + { "freddi2", "ff2-demo", kGenHEPC, UNK_LANG, Common::kPlatformWindows, 0 }, { "freddi2", "FFHSDemo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "freddi2", "FFHSDemo", kGenHEPC, UNK_LANG, UNK, 0 }, { "freddi2", "Freddi Fish 2 Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index bc081b67bc..c71315461a 100644 --- a/engines/scumm/scumm-md5.h +++ b/engines/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Sat Jan 07 18:43:38 2012 + This file was generated by the md5table tool on Sun Jan 8 13:57:30 2012 DO NOT EDIT MANUALLY! */ @@ -488,7 +488,7 @@ static const MD5Table md5table[] = { { "bfdf584b01503f0762baded581f6a0a2", "SoccerMLS", "", "", -1, Common::EN_ANY, Common::kPlatformWindows }, { "c0039ad982999c92d0de81910d640fa0", "freddi", "HE 71", "", -1, Common::NL_NLD, Common::kPlatformWindows }, { "c13225cb1bbd3bc9fe578301696d8021", "monkey", "SEGA", "", -1, Common::EN_ANY, Common::kPlatformSegaCD }, - { "c20848f53c2d48bfacdc840993843765", "freddi2", "HE 80", "Demo", -1, Common::NL_NLD, Common::kPlatformWindows }, + { "c20848f53c2d48bfacdc840993843765", "freddi2", "HE 80", "Demo", -1, Common::NL_NLD, Common::kPlatformUnknown }, { "c225bec1b6c0798a2b8c89ac226dc793", "pajama", "HE 100", "", -1, Common::EN_ANY, Common::kPlatformWii }, { "c24c490373aeb48fbd54caa8e7ae376d", "loom", "No AdLib", "EGA", -1, Common::DE_DEU, Common::kPlatformAtariST }, { "c25755b08a8d0d47695e05f1e2111bfc", "freddi4", "", "Demo", -1, Common::EN_USA, Common::kPlatformUnknown }, -- cgit v1.2.3