[Scummvm-git-logs] scummvm master -> efced473694623eb8ffdf5873089329045e3f84c

sev- sev at scummvm.org
Tue Jul 3 21:47:48 CEST 2018


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:
efced47369 QUEEN: Added detection for Russian version


Commit: efced473694623eb8ffdf5873089329045e3f84c
    https://github.com/scummvm/scummvm/commit/efced473694623eb8ffdf5873089329045e3f84c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-07-03T21:47:23+02:00

Commit Message:
QUEEN: Added detection for Russian version

Changed paths:
    engines/queen/detection.cpp


diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index b9a7c5d..3b1d678 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -406,6 +406,19 @@ static const QueenGameDescription gameDescriptions[] = {
 		},
 	},
 
+	// DOS CD - Russian (Compressed Freeware Release v1.0)
+	{
+		{
+			"queen",
+			"Talkie",
+			AD_ENTRY1s("queen.1c", "908d04940d40537d32c50a8429cd8631", 51222412),
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GAMEOPTION_ALT_INTRO)
+		},
+	},
+
 	// TODO: Freeware Release for Spanish DOS CD is missing.
 #if 0
 	// DOS CD - Spanish (Compressed Freeware Release v1.0)





More information about the Scummvm-git-logs mailing list