From 0e4e5840140079abba848f4022fb81266ba7da88 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 18 Sep 2019 20:00:45 +0200 Subject: PRINCE: Distinguish translated versions during detection --- engines/prince/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/prince') diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp index dd3b2a7cd1..1aa1329a3b 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}, -- cgit v1.2.3