From 63f0d47b99482e52d9c29c50cb0f1ba43d13c141 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 5 Nov 2018 01:28:57 +0200 Subject: ZVISION: Really fix GUIO flags for the DVD version of ZGI --- engines/zvision/detection_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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 -- cgit v1.2.3