[Scummvm-git-logs] scummvm master -> 795dbed75f2d6a5be199c56ffa545adf590d8932

digitall 547637+digitall at users.noreply.github.com
Wed Dec 4 04:06:24 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:
795dbed75f GROOVIE: Use Advanced Detector LISTEND Macro in Detection Entries


Commit: 795dbed75f2d6a5be199c56ffa545adf590d8932
    https://github.com/scummvm/scummvm/commit/795dbed75f2d6a5be199c56ffa545adf590d8932
Author: D G Turner (digitall at scummvm.org)
Date: 2019-12-04T04:02:35Z

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

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index f386d8b..6ce06bd 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -104,7 +104,7 @@ static const GroovieGameDescription gameDescriptions[] = {
 			{
 				{ "script.grv", 0, "d1b8033b40aa67c076039881eccce90d", 16659},
 				{ "intro.gjd", 0, NULL, 31711554},
-				{ NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS,
 			GUIO5(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIGM, GUIO_NOASPECT, GAMEOPTION_T7G_FAST_MOVIE_SPEED)
@@ -118,7 +118,7 @@ static const GroovieGameDescription gameDescriptions[] = {
 			{
 				{ "script.grv", 0, "d1b8033b40aa67c076039881eccce90d", 16659},
 				{ "SeventhGuest", 0, NULL, -1},
-				{ NULL, 0, NULL, 0}
+				AD_LISTEND
 			},
 			Common::EN_ANY, Common::kPlatformIOS, ADGF_NO_FLAGS,
 			GUIO3(GUIO_NOMIDI, GUIO_NOASPECT, GAMEOPTION_T7G_FAST_MOVIE_SPEED)




More information about the Scummvm-git-logs mailing list