diff options
author | Eugene Sandulenko | 2018-07-03 20:12:51 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-07-03 20:12:51 +0200 |
commit | db955ab295ebc124717894a56bb7d009735fd364 (patch) | |
tree | 493cdb27565fa15529a1614cebe1c97d3ec99d2b /engines | |
parent | 6068ed547f891736ef2a02eff5d42460e9345d6b (diff) | |
download | scummvm-rg350-db955ab295ebc124717894a56bb7d009735fd364.tar.gz scummvm-rg350-db955ab295ebc124717894a56bb7d009735fd364.tar.bz2 scummvm-rg350-db955ab295ebc124717894a56bb7d009735fd364.zip |
PINK: Sort detection entries alphabetically
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", |