diff options
author | aviloria | 2019-07-10 23:37:39 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-07-11 03:02:32 +0300 |
commit | 41c29b57dbbeb5b2bb152442f4f464b7446cb5d3 (patch) | |
tree | 84cae75084d40136a9c0c4eb7442c7fab75ea060 /engines/queen | |
parent | 96a8b91fbec2d710e9805b8edf14167b24d438fa (diff) | |
download | scummvm-rg350-41c29b57dbbeb5b2bb152442f4f464b7446cb5d3.tar.gz scummvm-rg350-41c29b57dbbeb5b2bb152442f4f464b7446cb5d3.tar.bz2 scummvm-rg350-41c29b57dbbeb5b2bb152442f4f464b7446cb5d3.zip |
QUEEN: Remove a bad detection entry
Diffstat (limited to 'engines/queen')
-rw-r--r-- | engines/queen/detection.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/queen/detection.cpp b/engines/queen/detection.cpp index ca590b25ee..447dfd956a 100644 --- a/engines/queen/detection.cpp +++ b/engines/queen/detection.cpp @@ -209,19 +209,6 @@ 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 Floppy - Russian (From Bugreport #6946) { { |