From d516f57561b6426a1b0d1381fd8d67639511e5f9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 5 Jul 2018 22:18:44 +0200 Subject: QUEEN: Added detection for Russian interview demo --- engines/queen/detection.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines') 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 { { -- cgit v1.2.3