From 7255a5390192a2cfbc4ecc2f70f226c27aef7a69 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 3 Sep 2016 15:58:29 +0200 Subject: PRINCE: Added detection to Russian version of the game. The engine requires a bit of work, as this version has all files unpacked from the PTC archives. --- engines/prince/detection.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engines') diff --git a/engines/prince/detection.h b/engines/prince/detection.h index 2f8be86427..b3d6153d38 100644 --- a/engines/prince/detection.h +++ b/engines/prince/detection.h @@ -69,6 +69,18 @@ static const PrinceGameDescription gameDescriptions[] = { }, kPrinceDataPL }, + { + { + "prince", + "Galador", + AD_ENTRY1s("talktxt.dat", "02bb2372f19aca3c65896ed81b2cefb3", 125702), + Common::RU_RUS, + Common::kPlatformWindows, + ADGF_TESTING, + GUIO1(GUIO_NONE) + }, + kPrinceDataDE + }, { { "prince", -- cgit v1.2.3