diff options
author | Eugene Sandulenko | 2018-06-20 16:19:44 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 6b6e38fa1de31afc62fd16a549c71ec86f1d92d5 (patch) | |
tree | 64e1f43c2f5d8f31e8f091745135092c35a51137 /engines/pink | |
parent | 7e344abbd9f5c826d9c0dc280e6f2bd7837e89e8 (diff) | |
download | scummvm-rg350-6b6e38fa1de31afc62fd16a549c71ec86f1d92d5.tar.gz scummvm-rg350-6b6e38fa1de31afc62fd16a549c71ec86f1d92d5.tar.bz2 scummvm-rg350-6b6e38fa1de31afc62fd16a549c71ec86f1d92d5.zip |
PINK: JANITORIAL: Fix indentation
Diffstat (limited to 'engines/pink')
-rw-r--r-- | engines/pink/detection_tables.h | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index c2e5f871e2..eb71decbf5 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -28,34 +28,36 @@ namespace Pink { static const ADGameDescription gameDescriptions[] = { + // English, Version 1.0 + { + "peril", + 0, { - "peril", - 0, - { - {"PPTP.ORB", NULL, "223d0114d443904d8949263d512859da", 618203600}, - {"PPTP.BRO", NULL, "bbbc78c0525694b32157570e2ec29784", 8945466}, - {"PPTP.EXE", NULL, "82460a604723ed5697fc87cddf9dbeed", 594432}, - AD_LISTEND - }, - Common::EN_ANY, - Common::kPlatformWindows, - ADGF_UNSTABLE | ADGF_DROPPLATFORM, - GUIO1(GUIO_NONE) + {"PPTP.ORB", NULL, "223d0114d443904d8949263d512859da", 618203600}, + {"PPTP.BRO", NULL, "bbbc78c0525694b32157570e2ec29784", 8945466}, + {"PPTP.EXE", NULL, "82460a604723ed5697fc87cddf9dbeed", 594432}, + AD_LISTEND }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // English, Version 1.0 + { + "pokus", + 0, { - "pokus", - 0, - { - {"HPP.orb", NULL, "f480597a78ab70c2021b4141fe44a512", 503443586}, - {"hpp.exe", NULL, "05c321e75dd51e40f00c6d85cf9f2b34", 697856}, - AD_LISTEND - }, - Common::EN_ANY, - Common::kPlatformWindows, - ADGF_UNSTABLE | ADGF_DROPPLATFORM, - GUIO1(GUIO_NONE) + {"HPP.orb", NULL, "f480597a78ab70c2021b4141fe44a512", 503443586}, + {"hpp.exe", NULL, "05c321e75dd51e40f00c6d85cf9f2b34", 697856}, + AD_LISTEND }, - AD_TABLE_END_MARKER + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + AD_TABLE_END_MARKER }; } // End of namespace Pink |