diff options
author | Eugene Sandulenko | 2018-07-05 22:18:44 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-07-05 22:18:44 +0200 |
commit | d516f57561b6426a1b0d1381fd8d67639511e5f9 (patch) | |
tree | cb197a665e306fa85eeb9367cab5d1f0f741b5a2 | |
parent | 95f46e389256ea6e4cc064b8b4af0b4db86d6d06 (diff) | |
download | scummvm-rg350-d516f57561b6426a1b0d1381fd8d67639511e5f9.tar.gz scummvm-rg350-d516f57561b6426a1b0d1381fd8d67639511e5f9.tar.bz2 scummvm-rg350-d516f57561b6426a1b0d1381fd8d67639511e5f9.zip |
QUEEN: Added detection for Russian interview demo
-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 { { |