[Scummvm-git-logs] scummvm master -> 0c63e5f4fd72f7a3de39f27463e1a89daa522cfe

bluegr bluegr at gmail.com
Wed Jan 15 18:49:27 UTC 2020


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:
0c63e5f4fd GRIFFON: Game uses vorbis, not midi, for the music.


Commit: 0c63e5f4fd72f7a3de39f27463e1a89daa522cfe
    https://github.com/scummvm/scummvm/commit/0c63e5f4fd72f7a3de39f27463e1a89daa522cfe
Author: Henrik "Henke37" Andersson (henke at henke37.cjb.net)
Date: 2020-01-15T20:49:24+02:00

Commit Message:
GRIFFON: Game uses vorbis, not midi, for the music.

Changed paths:
    engines/griffon/detection.cpp


diff --git a/engines/griffon/detection.cpp b/engines/griffon/detection.cpp
index dae37f2..02b2d5c 100644
--- a/engines/griffon/detection.cpp
+++ b/engines/griffon/detection.cpp
@@ -39,7 +39,7 @@ static const ADGameDescription gameDescriptions[] = {
 		Common::EN_ANY,
 		Common::kPlatformWindows,
 		ADGF_UNSTABLE | ADGF_DROPPLATFORM,
-		GUIO1(GUIO_NONE)
+		GUIO1(GUIO_NOMIDI)
 	},
 
 	AD_TABLE_END_MARKER




More information about the Scummvm-git-logs mailing list