diff options
author | D G Turner | 2019-12-04 04:35:17 +0000 |
---|---|---|
committer | D G Turner | 2019-12-04 04:35:17 +0000 |
commit | 0b0c7145f2df94821b348a7425f5ffde1bebcaaf (patch) | |
tree | 66ccb849d24bccd289d8a5fa33eedee415800b7d /engines | |
parent | f65799acc066f0be988837beb283471ed5316714 (diff) | |
download | scummvm-rg350-0b0c7145f2df94821b348a7425f5ffde1bebcaaf.tar.gz scummvm-rg350-0b0c7145f2df94821b348a7425f5ffde1bebcaaf.tar.bz2 scummvm-rg350-0b0c7145f2df94821b348a7425f5ffde1bebcaaf.zip |
TEENAGENT: Use Advanced Detector LISTEND Macro in Detection Entries
Diffstat (limited to 'engines')
-rw-r--r-- | engines/teenagent/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |