From 29670a1a1ee72017cfb097d12cd79e4fa3aedde6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 20 Feb 2016 19:26:09 +0100 Subject: QUEEN: Added detection for Russian Floppy --- engines/queen/detection.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines/queen') diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp index 96075a0f0c..32c760bf63 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 { { -- cgit v1.2.3