[Scummvm-git-logs] scummvm master -> 6a56599435b07241c3d0d2117b755fbeff4bf417

sev- sev at scummvm.org
Mon Nov 20 22:32:51 CET 2017


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:
6a56599435 PRINCE: Added detection for alternative Russian version


Commit: 6a56599435b07241c3d0d2117b755fbeff4bf417
    https://github.com/scummvm/scummvm/commit/6a56599435b07241c3d0d2117b755fbeff4bf417
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-11-20T22:32:28+01:00

Commit Message:
PRINCE: Added detection for alternative Russian version

Changed paths:
    engines/prince/detection.cpp


diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp
index 8e7fbd7..a8fa305 100644
--- a/engines/prince/detection.cpp
+++ b/engines/prince/detection.cpp
@@ -88,6 +88,18 @@ static const PrinceGameDescription gameDescriptions[] = {
 	{
 		{
 			"prince",
+			"Galador",
+			AD_ENTRY1s("databank.ptc", "a67b55730f3d7064921bd2a59e1063a3", 3892982),
+			Common::RU_RUS,
+			Common::kPlatformWindows,
+			ADGF_TESTING,
+			GUIO1(GUIO_NONE)
+		},
+		kPrinceDataPL
+	},
+	{
+		{
+			"prince",
 			"The Prince and the Coward",
 			{
 				{"databank.ptc", 0, "5fa03833177331214ec1354761b1d2ee", 3565031},





More information about the Scummvm-git-logs mailing list