diff options
author | D G Turner | 2019-12-04 04:02:35 +0000 |
---|---|---|
committer | D G Turner | 2019-12-04 04:02:35 +0000 |
commit | 795dbed75f2d6a5be199c56ffa545adf590d8932 (patch) | |
tree | 2d8411cc73404dd453458176b15fdd4910765041 | |
parent | 053ecc39f776d2fe8a10ffeffb2a054ff3f4b3bb (diff) | |
download | scummvm-rg350-795dbed75f2d6a5be199c56ffa545adf590d8932.tar.gz scummvm-rg350-795dbed75f2d6a5be199c56ffa545adf590d8932.tar.bz2 scummvm-rg350-795dbed75f2d6a5be199c56ffa545adf590d8932.zip |
GROOVIE: Use Advanced Detector LISTEND Macro in Detection Entries
-rw-r--r-- | engines/groovie/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |