Skip to content

Commit

Permalink
PRINCE: Update detected game titles
Browse files Browse the repository at this point in the history
  • Loading branch information
bonki authored and sev- committed Apr 29, 2018
1 parent d5acefa commit 5d1ed6d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions engines/prince/detection.cpp
Expand Up @@ -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}
};

Expand All @@ -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
Expand All @@ -68,15 +68,15 @@ 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
},
{
{
"prince",
"Galador",
"",
AD_ENTRY1s("talktxt.dat", "02bb2372f19aca3c65896ed81b2cefb3", 125702),
Common::RU_RUS,
Common::kPlatformWindows,
Expand All @@ -88,7 +88,7 @@ static const PrinceGameDescription gameDescriptions[] = {
{
{
"prince",
"Galador",
"",
AD_ENTRY1s("databank.ptc", "a67b55730f3d7064921bd2a59e1063a3", 3892982),
Common::RU_RUS,
Common::kPlatformWindows,
Expand All @@ -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},
Expand All @@ -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},
Expand Down

0 comments on commit 5d1ed6d

Please sign in to comment.