[Scummvm-git-logs] scummvm master -> 4f37de9ce9c69d0ade9d8f4970404da7bad52948

bluegr bluegr at gmail.com
Mon Nov 5 00:27:35 CET 2018


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:
4f37de9ce9 ZVISION: Fix GUIO flags for the DVD version of ZGI


Commit: 4f37de9ce9c69d0ade9d8f4970404da7bad52948
    https://github.com/scummvm/scummvm/commit/4f37de9ce9c69d0ade9d8f4970404da7bad52948
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2018-11-05T01:27:12+02:00

Commit Message:
ZVISION: Fix GUIO flags for the DVD version of ZGI

Changed paths:
    engines/zvision/detection_tables.h


diff --git a/engines/zvision/detection_tables.h b/engines/zvision/detection_tables.h
index d33d931..17d6aba 100644
--- a/engines/zvision/detection_tables.h
+++ b/engines/zvision/detection_tables.h
@@ -247,11 +247,11 @@ static const ZVisionGameDescription gameDescriptions[] = {
 			Common::EN_ANY,
 			Common::kPlatformWindows,
 			GF_DVD,
-			GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING,
 #if defined(USE_MPEG2) && defined(USE_A52)
-				GAMEOPTION_USE_HIRES_MPEG_MOVIES
+			GUIO5(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING, GAMEOPTION_USE_HIRES_MPEG_MOVIES)
+#else
+			GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
 #endif
-				)
 		},
 		GID_GRANDINQUISITOR
 	},





More information about the Scummvm-git-logs mailing list