diff options
author | lolbot-iichan | 2019-06-17 20:15:20 +0300 |
---|---|---|
committer | Filippos Karapetis | 2019-06-17 22:08:11 +0300 |
commit | b503401c45aaa4783d2087ed26caec57777cdec1 (patch) | |
tree | 7c8347f4acefa83a893d945665fa419f449ba28c /engines | |
parent | 547869399571a9af8c8896aa16bc25f97bb0e3f3 (diff) | |
download | scummvm-rg350-b503401c45aaa4783d2087ed26caec57777cdec1.tar.gz scummvm-rg350-b503401c45aaa4783d2087ed26caec57777cdec1.tar.bz2 scummvm-rg350-b503401c45aaa4783d2087ed26caec57777cdec1.zip |
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.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 8 |
1 files changed, 5 insertions, 3 deletions
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, |