diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/pink/detection_tables.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index 082d33a016..80d7d61af1 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -28,17 +28,6 @@ namespace Pink { static const ADGameDescription gameDescriptions[] = { - // Deutsch - { - "peril", - 0, - AD_ENTRY1s("PPTP.ORB", "4ee8514f7303dea1949d7fc72ff65d8c", 609695309), - Common::DE_DEU, - Common::kPlatformWindows, - ADGF_UNSTABLE | ADGF_DROPPLATFORM, - GUIO1(GUIO_NONE) - }, - // English, Version 1.0 { "peril", @@ -72,6 +61,17 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // German + { + "peril", + 0, + AD_ENTRY1s("PPTP.ORB", "4ee8514f7303dea1949d7fc72ff65d8c", 609695309), + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Hebrew { "peril", |