[Scummvm-cvs-logs] scummvm master -> 29670a1a1ee72017cfb097d12cd79e4fa3aedde6

sev- sev at scummvm.org
Sat Feb 20 19:27:55 CET 2016


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:
29670a1a1e QUEEN: Added detection for Russian Floppy


Commit: 29670a1a1ee72017cfb097d12cd79e4fa3aedde6
    https://github.com/scummvm/scummvm/commit/29670a1a1ee72017cfb097d12cd79e4fa3aedde6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-20T19:27:02+01:00

Commit Message:
QUEEN: Added detection for Russian Floppy

Changed paths:
    engines/queen/detection.cpp



diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp
index 96075a0..32c760b 100644
--- a/engines/queen/detection.cpp
+++ b/engines/queen/detection.cpp
@@ -185,6 +185,19 @@ static const QueenGameDescription gameDescriptions[] = {
 		},
 	},
 
+	// DOS Floppy - Russian
+	{
+		{
+			"queen",
+			"Floppy",
+			AD_ENTRY1s("queen.1", "0d1c10d5c3a1bd90bc0b3859a3258093", 22677657),
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOSPEECH)
+		},
+	},
+
 	// DOS CD - French
 	{
 		{






More information about the Scummvm-git-logs mailing list