diff options
author | Eugene Sandulenko | 2016-02-20 19:26:09 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-02-20 19:27:02 +0100 |
commit | 29670a1a1ee72017cfb097d12cd79e4fa3aedde6 (patch) | |
tree | cd2dc761328743c0f387f95406578c1407ac9c45 /engines/queen | |
parent | b804483e5e80a6c60635b0751281c0fe883b7e85 (diff) | |
download | scummvm-rg350-29670a1a1ee72017cfb097d12cd79e4fa3aedde6.tar.gz scummvm-rg350-29670a1a1ee72017cfb097d12cd79e4fa3aedde6.tar.bz2 scummvm-rg350-29670a1a1ee72017cfb097d12cd79e4fa3aedde6.zip |
QUEEN: Added detection for Russian Floppy
Diffstat (limited to 'engines/queen')
-rw-r--r-- | engines/queen/detection.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
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 { { |