diff options
-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 b9a7c5dff6..3b1d6789e0 100644 --- a/engines/queen/detection.cpp +++ b/engines/queen/detection.cpp @@ -406,6 +406,19 @@ static const QueenGameDescription gameDescriptions[] = { }, }, + // DOS CD - Russian (Compressed Freeware Release v1.0) + { + { + "queen", + "Talkie", + AD_ENTRY1s("queen.1c", "908d04940d40537d32c50a8429cd8631", 51222412), + Common::RU_RUS, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GAMEOPTION_ALT_INTRO) + }, + }, + // TODO: Freeware Release for Spanish DOS CD is missing. #if 0 // DOS CD - Spanish (Compressed Freeware Release v1.0) |