From 5d1ed6d68fa1a365557f008578831a3a0e2bfc5a Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Sun, 29 Apr 2018 00:59:02 +0200 Subject: PRINCE: Update detected game titles --- engines/prince/detection.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'engines') diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp index ef3128ae09..21bd55eea7 100644 --- a/engines/prince/detection.cpp +++ b/engines/prince/detection.cpp @@ -43,7 +43,7 @@ Common::Language PrinceEngine::getLanguage() const { } // End of namespace Prince static const PlainGameDescriptor princeGames[] = { - {"prince", "Prince Game"}, + {"prince", "The Prince and the Coward"}, {0, 0} }; @@ -52,11 +52,11 @@ static const PrinceGameDescription gameDescriptions[] = { { { "prince", - "Galador", + "Galador: Der Fluch des Prinzen", AD_ENTRY1s("databank.ptc", "5fa03833177331214ec1354761b1d2ee", 3565031), Common::DE_DEU, Common::kPlatformWindows, - ADGF_TESTING, + ADGF_USEEXTRAASTITLE | ADGF_TESTING, GUIO1(GUIO_NONE) }, kPrinceDataDE @@ -68,7 +68,7 @@ static const PrinceGameDescription gameDescriptions[] = { AD_ENTRY1s("databank.ptc", "48ec9806bda9d152acbea8ce31c93c49", 3435298), Common::PL_POL, Common::kPlatformWindows, - ADGF_TESTING, + ADGF_USEEXTRAASTITLE | ADGF_TESTING, GUIO1(GUIO_NONE) }, kPrinceDataPL @@ -76,7 +76,7 @@ static const PrinceGameDescription gameDescriptions[] = { { { "prince", - "Galador", + "", AD_ENTRY1s("talktxt.dat", "02bb2372f19aca3c65896ed81b2cefb3", 125702), Common::RU_RUS, Common::kPlatformWindows, @@ -88,7 +88,7 @@ static const PrinceGameDescription gameDescriptions[] = { { { "prince", - "Galador", + "", AD_ENTRY1s("databank.ptc", "a67b55730f3d7064921bd2a59e1063a3", 3892982), Common::RU_RUS, Common::kPlatformWindows, @@ -100,7 +100,7 @@ static const PrinceGameDescription gameDescriptions[] = { { { "prince", - "The Prince and the Coward", + "", { {"databank.ptc", 0, "5fa03833177331214ec1354761b1d2ee", 3565031}, {"prince_translation.dat", 0, 0, -1}, @@ -116,7 +116,7 @@ static const PrinceGameDescription gameDescriptions[] = { { { "prince", - "The Prince and the Coward", + "", { {"databank.ptc", 0, "48ec9806bda9d152acbea8ce31c93c49", 3435298}, {"prince_translation.dat", 0, 0, -1}, -- cgit v1.2.3