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 3b1d6789e0..addbcf8d02 100644 --- a/engines/queen/detection.cpp +++ b/engines/queen/detection.cpp @@ -131,6 +131,19 @@ static const QueenGameDescription gameDescriptions[] = { }, }, + // DOS Interview Demo - Russian + { + { + "queen", + "Interview", + AD_ENTRY1s("queen.1c", "246dd55f475c9ea6524c556227fd0383", 1889658), + Common::RU_RUS, + Common::kPlatformDOS, + ADGF_DEMO, + GUIO1(GUIO_NOSPEECH) + }, + }, + // PCGAMES DOS Demo - English { { |