From 0b0c7145f2df94821b348a7425f5ffde1bebcaaf Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 4 Dec 2019 04:35:17 +0000 Subject: TEENAGENT: Use Advanced Detector LISTEND Macro in Detection Entries --- engines/teenagent/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp index 44df7716ab..4577598823 100644 --- a/engines/teenagent/detection.cpp +++ b/engines/teenagent/detection.cpp @@ -51,7 +51,7 @@ static const ADGameDescription teenAgentGameDescriptions[] = { {"sam_mmm.res", 0, NULL, -1}, {"sam_sam.res", 0, NULL, -1}, //{"unlogic.res", 0, NULL, -1}, //skipped if not present - {NULL, 0, NULL, 0} + AD_LISTEND }, Common::EN_ANY, Common::kPlatformDOS, @@ -71,7 +71,7 @@ static const ADGameDescription teenAgentGameDescriptions[] = { {"sam_sam.res", 0, NULL, -1}, {"voices.res", 0, NULL, -1}, {"cdlogo.res", 0, NULL, -1}, - {NULL, 0, NULL, 0} + AD_LISTEND }, Common::CZ_CZE, Common::kPlatformDOS, -- cgit v1.2.3