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

sev- sev at scummvm.org
Thu Jul 5 22:19:13 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:
d516f57561 QUEEN: Added detection for Russian interview demo


Commit: d516f57561b6426a1b0d1381fd8d67639511e5f9
    https://github.com/scummvm/scummvm/commit/d516f57561b6426a1b0d1381fd8d67639511e5f9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-07-05T22:18:44+02:00

Commit Message:
QUEEN: Added detection for Russian interview demo

Changed paths:
    engines/queen/detection.cpp


diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index 3b1d678..addbcf8 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -131,6 +131,19 @@ static const QueenGameDescription gameDescriptions[] = {
 		},
 	},
 
+	// DOS Interview Demo - Russian
+	{
+		{
+			"queen",
+			"Interview",
+			AD_ENTRY1s("queen.1c", "246dd55f475c9ea6524c556227fd0383", 1889658),
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOSPEECH)
+		},
+	},
+
 	// PCGAMES DOS Demo - English
 	{
 		{





More information about the Scummvm-git-logs mailing list