From b503401c45aaa4783d2087ed26caec57777cdec1 Mon Sep 17 00:00:00 2001 From: lolbot-iichan Date: Mon, 17 Jun 2019 20:15:20 +0300 Subject: WINTERMUTE: Fix Hamlet title, add one more detection variant Actual name of "hamlet" is "Hamlet or the last game without MMORPG features, shaders and product placement". Fixed misprint in word "MMORPG". Also added one more Hamlet version from https://bugs.scummvm.org/ticket/10980. My version has another checksum, so I can't test it. --- engines/wintermute/detection_tables.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'engines/wintermute') diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 1767b21da2..50ae4c1cee 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -52,7 +52,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"four", "Four"}, {"framed", "Framed"}, {"ghostsheet", "Ghost in the Sheet"}, - {"hamlet", "Hamlet or the last game without MMORPS features, shaders and product placement"}, + {"hamlet", "Hamlet or the last game without MMORPG features, shaders and product placement"}, {"helga", "Helga Deep In Trouble"}, {"jamesperis", "James Peris: No License Nor Control"}, {"kulivocko", "Kulivocko"}, @@ -299,10 +299,12 @@ static const WMEGameDescription gameDescriptions[] = { // Ghost in the Sheet (Demo) WME_WINENTRY("ghostsheet", "Demo", WME_ENTRY1s("data.dcp", "dc1f6595f412ac25a52eaf47dad4ab81", 169083), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION), - // Hamlet or the last game without MMORPS features, shaders and product placement + // Hamlet or the last game without MMORPG features, shaders and product placement WME_WINENTRY("hamlet", "", - WME_ENTRY1s("data.dcp", "f624add957a77c9930529fb28cc2450f", 88183022), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), + // Hamlet or the last game without MMORPG features, shaders and product placement + WME_WINENTRY("hamlet", "", + WME_ENTRY1s("data.dcp", "74130d3c13f4a8caa2aafb9ee23f2639", 88184289), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), // Helga Deep In Trouble (English) WME_WINENTRY("helga", "", WME_ENTRY2s("english.dcp", "bfa136b21bdbc7d8691c0770a6d40bc3", 135931, -- cgit v1.2.3