diff options
author | Eugene Sandulenko | 2019-09-18 20:00:45 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-18 20:01:17 +0200 |
commit | 0e4e5840140079abba848f4022fb81266ba7da88 (patch) | |
tree | 90acc7b35bce492a5b39c0aa187e960deaa20c11 /engines/prince | |
parent | f9b6745d68b8c75da848892cc75848a47c607644 (diff) | |
download | scummvm-rg350-0e4e5840140079abba848f4022fb81266ba7da88.tar.gz scummvm-rg350-0e4e5840140079abba848f4022fb81266ba7da88.tar.bz2 scummvm-rg350-0e4e5840140079abba848f4022fb81266ba7da88.zip |
PRINCE: Distinguish translated versions during detection
Diffstat (limited to 'engines/prince')
-rw-r--r-- | engines/prince/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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}, |