[Scummvm-git-logs] scummvm master -> 0b0c7145f2df94821b348a7425f5ffde1bebcaaf
digitall
547637+digitall at users.noreply.github.com
Wed Dec 4 04:38:54 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:
0b0c7145f2 TEENAGENT: Use Advanced Detector LISTEND Macro in Detection Entries
Commit: 0b0c7145f2df94821b348a7425f5ffde1bebcaaf
https://github.com/scummvm/scummvm/commit/0b0c7145f2df94821b348a7425f5ffde1bebcaaf
Author: D G Turner (digitall at scummvm.org)
Date: 2019-12-04T04:35:17Z
Commit Message:
TEENAGENT: Use Advanced Detector LISTEND Macro in Detection Entries
Changed paths:
engines/teenagent/detection.cpp
diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp
index 44df771..4577598 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,
More information about the Scummvm-git-logs
mailing list