diff options
author | D G Turner | 2019-12-04 04:16:30 +0000 |
---|---|---|
committer | D G Turner | 2019-12-04 04:16:30 +0000 |
commit | 6a2a0c89a56e19879eb8c8b2cf4791ac8c0e3bee (patch) | |
tree | ed49c9367adae5f776f598416178b11bcfda8c4b /engines/agi | |
parent | 795dbed75f2d6a5be199c56ffa545adf590d8932 (diff) | |
download | scummvm-rg350-6a2a0c89a56e19879eb8c8b2cf4791ac8c0e3bee.tar.gz scummvm-rg350-6a2a0c89a56e19879eb8c8b2cf4791ac8c0e3bee.tar.bz2 scummvm-rg350-6a2a0c89a56e19879eb8c8b2cf4791ac8c0e3bee.zip |
AGI: Use Advanced Detector LISTEND Macro in Detection Entries
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection_tables.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h index 238c3d7984..f396d13f89 100644 --- a/engines/agi/detection_tables.h +++ b/engines/agi/detection_tables.h @@ -145,7 +145,7 @@ static const AGIGameDescription gameDescriptions[] = { { { "bc-d1.img", BooterDisk1, "1d29a82b41c9c7491e2b68d16864bd11", 368640}, { "bc-d2.img", BooterDisk2, "5568f7a52e787305656246f95e2aa375", 368640}, - { NULL, 0, NULL, 0} + AD_LISTEND }, Common::EN_ANY, Common::kPlatformDOS, @@ -166,7 +166,7 @@ static const AGIGameDescription gameDescriptions[] = { { { "bc-d1.img", BooterDisk1, "98a51d3a372baa9df288b6c0f0232567", 368640}, { "bc-d2.img", BooterDisk2, "5568f7a52e787305656246f95e2aa375", 368640}, - { NULL, 0, NULL, 0} + AD_LISTEND }, Common::EN_ANY, Common::kPlatformDOS, @@ -187,7 +187,7 @@ static const AGIGameDescription gameDescriptions[] = { { { "bc-d1.img", BooterDisk1, "edc0e5befbe5e44bb109cdf9137ee12d", 368640}, { "bc-d2.img", BooterDisk2, "5568f7a52e787305656246f95e2aa375", 368640}, - { NULL, 0, NULL, 0} + AD_LISTEND }, Common::EN_ANY, Common::kPlatformDOS, @@ -267,7 +267,7 @@ static const AGIGameDescription gameDescriptions[] = { { { "grdir", 0, "db733d199238d4009a9e95f11ece34e9", 2399}, { "vol.0", 0, "4b6423d143674d3757ab1b875d25951d", 25070}, - { NULL, 0, NULL, 0} + AD_LISTEND }, Common::EN_ANY, Common::kPlatformMacintosh, @@ -592,7 +592,7 @@ static const AGIGameDescription gameDescriptions[] = { { { "logdir", 0, "28add5125484302d213911df60d2aded", 426}, { "object", 0, "5dc52be721257719f4b311a84ce22b16", 372}, - { NULL, 0, NULL, 0} + AD_LISTEND }, Common::EN_ANY, Common::kPlatformAmiga, |