[Scummvm-git-logs] scummvm master -> 575531a235318825fbccdd4105e0763bbcb8beae

digitall 547637+digitall at users.noreply.github.com
Wed Dec 4 05:00:10 UTC 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
575531a235 CINE: Use Advanced Detector LISTEND Macro in Detection Entries


Commit: 575531a235318825fbccdd4105e0763bbcb8beae
    https://github.com/scummvm/scummvm/commit/575531a235318825fbccdd4105e0763bbcb8beae
Author: D G Turner (digitall at scummvm.org)
Date: 2019-12-04T04:56:33Z

Commit Message:
CINE: Use Advanced Detector LISTEND Macro in Detection Entries

Changed paths:
    engines/cine/detection_tables.h


diff --git a/engines/cine/detection_tables.h b/engines/cine/detection_tables.h
index ca6a8a9..c85aff8 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,




More information about the Scummvm-git-logs mailing list