[Scummvm-git-logs] scummvm master -> 1596b73110739e71a943bf7a366c3b17e926456f

bluegr bluegr at gmail.com
Thu Jun 20 04:11:26 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1596b73110 WINTERMUTE: Add detection for Carol Reed Mistery 4 (RUS)


Commit: 1596b73110739e71a943bf7a366c3b17e926456f
    https://github.com/scummvm/scummvm/commit/1596b73110739e71a943bf7a366c3b17e926456f
Author: lolbot-iichan (lolbot_iichan at mail.ru)
Date: 2019-06-20T05:11:21+03:00

Commit Message:
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

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 92933d3..ad02af6 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),





More information about the Scummvm-git-logs mailing list