diff options
author | D G Turner | 2019-12-04 04:56:33 +0000 |
---|---|---|
committer | D G Turner | 2019-12-04 04:56:33 +0000 |
commit | 575531a235318825fbccdd4105e0763bbcb8beae (patch) | |
tree | cd2bfacf8f1d3742bc568371469df775a16be297 | |
parent | 1e278080a89921a857b32e60a1a062b197b9b088 (diff) | |
download | scummvm-rg350-575531a235318825fbccdd4105e0763bbcb8beae.tar.gz scummvm-rg350-575531a235318825fbccdd4105e0763bbcb8beae.tar.bz2 scummvm-rg350-575531a235318825fbccdd4105e0763bbcb8beae.zip |
CINE: Use Advanced Detector LISTEND Macro in Detection Entries
-rw-r--r-- | engines/cine/detection_tables.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cine/detection_tables.h b/engines/cine/detection_tables.h index ca6a8a9168..c85aff86ce 100644 --- a/engines/cine/detection_tables.h +++ b/engines/cine/detection_tables.h @@ -48,7 +48,7 @@ static const CINEGameDescription gameDescriptions[] = { { { "AUTO00.PRC", 0, "4fe1e7930b38e3c63f0f2474d471bf8f", -1}, { "PART01", 0, "61d003202d301c29dd399acfb1354310", -1}, - { NULL, 0, NULL, 0} + AD_LISTEND }, Common::EN_USA, Common::kPlatformDOS, @@ -207,7 +207,7 @@ static const CINEGameDescription gameDescriptions[] = { { { "demo", 0, "0f50767cd964e302d3af0ba2528df8c4", -1}, { "demo.prc", 0, "d2ac3a743d288359c63644ea7071edae", -1}, - { NULL, 0, NULL, 0} + AD_LISTEND }, Common::EN_ANY, Common::kPlatformAmiga, @@ -339,7 +339,7 @@ static const CINEGameDescription gameDescriptions[] = { { { "procs1", 0, "74c2dabd9d212525fca8875a5f6d8994", -1}, { "sds1", 0, "75443ba39cdc95667e07d7118e5c151c", -1}, - { NULL, 0, NULL, 0} + AD_LISTEND }, Common::ES_ESP, Common::kPlatformDOS, |