diff options
author | lolbot-iichan | 2019-06-20 00:49:47 +0300 |
---|---|---|
committer | Filippos Karapetis | 2019-06-20 05:11:21 +0300 |
commit | 1596b73110739e71a943bf7a366c3b17e926456f (patch) | |
tree | 8722a1bdcfc8ac9ed4b597d141403fdd79e626df | |
parent | edba79ff7b42e3ef927b95e6509e0f41de923128 (diff) | |
download | scummvm-rg350-1596b73110739e71a943bf7a366c3b17e926456f.tar.gz scummvm-rg350-1596b73110739e71a943bf7a366c3b17e926456f.tar.bz2 scummvm-rg350-1596b73110739e71a943bf7a366c3b17e926456f.zip |
WINTERMUTE: Add detection for Carol Reed Mistery 4 (RUS)
Carol Reed 4 was published in Russia by "Cd Navigator":
http://www.cdnavigator.ru/Game.aspx?id=184
-rw-r--r-- | engines/wintermute/detection_tables.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 92933d3508..ad02af60cf 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -195,9 +195,12 @@ static const WMEGameDescription gameDescriptions[] = { // Carol Reed 4 - East Side Story (Demo) WME_WINENTRY("carolreed4", "Demo", WME_ENTRY1s("data.dcp", "b3f8b09bb4b05ee3e9d14697525257f9", 59296246), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION), - // Carol Reed 4 - East Side Story + // Carol Reed 4 - East Side Story (English) WME_WINENTRY("carolreed4", "", WME_ENTRY1s("data.dcp", "b26377797f060afc2d440d820100c1ce", 529320536), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), + // Carol Reed 4 - East Side Story (Russian) + WME_WINENTRY("carolreed4", "", + WME_ENTRY1s("data.dcp", "549e6fb7afebcc4a8092e3898a5c5cc3", 618787625), Common::RU_RUS, ADGF_UNSTABLE, LATEST_VERSION), // Carol Reed 5 - The Colour of Murder WME_WINENTRY("carolreed5", "", WME_ENTRY1s("data.dcp", "3fcfca44209545d0e26774156427b494", 603660415), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), |