[Scummvm-git-logs] scummvm master -> 0e4e5840140079abba848f4022fb81266ba7da88

sev- sev at scummvm.org
Wed Sep 18 20:01:24 CEST 2019


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:
0e4e584014 PRINCE: Distinguish translated versions during detection


Commit: 0e4e5840140079abba848f4022fb81266ba7da88
    https://github.com/scummvm/scummvm/commit/0e4e5840140079abba848f4022fb81266ba7da88
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-18T20:01:17+02:00

Commit Message:
PRINCE: Distinguish translated versions during detection

Changed paths:
    engines/prince/detection.cpp


diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp
index dd3b2a7..1aa1329 100644
--- a/engines/prince/detection.cpp
+++ b/engines/prince/detection.cpp
@@ -106,7 +106,7 @@ static const PrinceGameDescription gameDescriptions[] = {
 	{
 		{
 			"prince",
-			"",
+			"w/translation",
 			{
 				{"databank.ptc", 0, "5fa03833177331214ec1354761b1d2ee", 3565031},
 				{"prince_translation.dat", 0, 0, -1},
@@ -122,7 +122,7 @@ static const PrinceGameDescription gameDescriptions[] = {
 	{
 		{
 			"prince",
-			"",
+			"w/translation",
 			{
 				{"databank.ptc", 0, "48ec9806bda9d152acbea8ce31c93c49", 3435298},
 				{"prince_translation.dat", 0, 0, -1},





More information about the Scummvm-git-logs mailing list