diff options
| -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) | 
