From 795dbed75f2d6a5be199c56ffa545adf590d8932 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 4 Dec 2019 04:02:35 +0000 Subject: GROOVIE: Use Advanced Detector LISTEND Macro in Detection Entries --- engines/groovie/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index f386d8bfe9..6ce06bd692 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) -- cgit v1.2.3