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

sev- sev at scummvm.org
Sun Jun 25 23:43:08 CEST 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:
6febe656f8 LURE: Added detection for updated Russian version


Commit: 6febe656f8c797ce00207c9812be8caf5edf782d
    https://github.com/scummvm/scummvm/commit/6febe656f8c797ce00207c9812be8caf5edf782d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-06-25T23:42:46+02:00

Commit Message:
LURE: Added detection for updated Russian version

Changed paths:
    engines/lure/detection.cpp


diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index 690a358..a49ac5f 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -169,11 +169,11 @@ static const LureGameDescription gameDescriptions[] = {
 		GF_FLOPPY,
 	},
 
-	// Russian OG Edition
+	// Russian OG Edition v1.0
 	{
 		{
 			"lure",
-			"",
+			"1.0",
 			AD_ENTRY1("disk1.vga", "04cdcaa9f0cadca492f7aff0c8adfe06"),
 			Common::RU_RUS,
 			Common::kPlatformDOS,
@@ -183,6 +183,20 @@ static const LureGameDescription gameDescriptions[] = {
 		GF_FLOPPY,
 	},
 
+	// Russian OG Edition v1.1
+	{
+		{
+			"lure",
+			"1.1",
+			AD_ENTRY1("disk1.vga", "3f27adff8e8b279f12aaf3d808e84f02"),
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO0()
+		},
+		GF_FLOPPY,
+	},
+
 
 	{ AD_TABLE_END_MARKER, 0 }
 };





More information about the Scummvm-git-logs mailing list