[Scummvm-git-logs] scummvm master -> 5d1ed6d68fa1a365557f008578831a3a0e2bfc5a

sev- sev at scummvm.org
Sun Apr 29 08:57:28 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5d1ed6d68f PRINCE: Update detected game titles


Commit: 5d1ed6d68fa1a365557f008578831a3a0e2bfc5a
    https://github.com/scummvm/scummvm/commit/5d1ed6d68fa1a365557f008578831a3a0e2bfc5a
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-04-29T08:57:23+02:00

Commit Message:
PRINCE: Update detected game titles

Changed paths:
    engines/prince/detection.cpp


diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp
index ef3128a..21bd55e 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},





More information about the Scummvm-git-logs mailing list