aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
diff options
context:
space:
mode:
authorFilippos Karapetis2018-11-05 01:28:57 +0200
committerFilippos Karapetis2018-11-05 01:28:57 +0200
commit63f0d47b99482e52d9c29c50cb0f1ba43d13c141 (patch)
tree11c645a5b996950d2187a9bcc18d5cd0868a6d47 /engines/zvision
parent4f37de9ce9c69d0ade9d8f4970404da7bad52948 (diff)
downloadscummvm-rg350-63f0d47b99482e52d9c29c50cb0f1ba43d13c141.tar.gz
scummvm-rg350-63f0d47b99482e52d9c29c50cb0f1ba43d13c141.tar.bz2
scummvm-rg350-63f0d47b99482e52d9c29c50cb0f1ba43d13c141.zip
ZVISION: Really fix GUIO flags for the DVD version of ZGI
Diffstat (limited to 'engines/zvision')
-rw-r--r--engines/zvision/detection_tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/detection_tables.h b/engines/zvision/detection_tables.h
index 17d6abaab3..05e3807aa2 100644
--- a/engines/zvision/detection_tables.h
+++ b/engines/zvision/detection_tables.h
@@ -248,9 +248,9 @@ static const ZVisionGameDescription gameDescriptions[] = {
Common::kPlatformWindows,
GF_DVD,
#if defined(USE_MPEG2) && defined(USE_A52)
- GUIO5(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING, GAMEOPTION_USE_HIRES_MPEG_MOVIES)
+ GUIO4(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)
+ GUIO3(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
#endif
},
GID_GRANDINQUISITOR