[Scummvm-git-logs] scummvm master -> 022b107ccb671ebc761b2b63dc409cda7d5fd081

bluegr bluegr at gmail.com
Tue Oct 26 01:52:58 UTC 2021


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:
022b107ccb GROOVIE: Fix incorrect GUIO flags


Commit: 022b107ccb671ebc761b2b63dc409cda7d5fd081
    https://github.com/scummvm/scummvm/commit/022b107ccb671ebc761b2b63dc409cda7d5fd081
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2021-10-26T04:52:48+03:00

Commit Message:
GROOVIE: Fix incorrect GUIO flags

Changed paths:
    engines/groovie/detection.cpp


diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp
index 90f5984fcf..afdd93c552 100644
--- a/engines/groovie/detection.cpp
+++ b/engines/groovie/detection.cpp
@@ -281,7 +281,7 @@ static const GroovieGameDescription gameDescriptions[] = {
 			AD_ENTRY2s("clanmain.grv", "dd424120fa1daa9d6b576d0ba22a4936", 54253,
 						"ACT01MUS.MPG", NULL, -1),
 			Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE,
-			GUIO3(GUIO_NOMIDI, GUIO_NOASPECT)
+			GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
 		},
 		kGroovieCDY
 	},
@@ -293,7 +293,7 @@ static const GroovieGameDescription gameDescriptions[] = {
             AD_ENTRY2s("CLANMAIN.GRV", "dd424120fa1daa9d6b576d0ba22a4936", 54253,
                        "ACT01MUS.m4a", NULL, -1),
             Common::EN_ANY, Common::kPlatformUnknown, ADGF_UNSTABLE,
-            GUIO3(GUIO_NOMIDI, GUIO_NOASPECT)
+            GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)
         },
         kGroovieCDY
     },




More information about the Scummvm-git-logs mailing list