From 36dd0f669ec3ec1aa6b7fedbd0bb1a377e119d6c Mon Sep 17 00:00:00 2001 From: aMannus Date: Wed, 10 Aug 2022 21:54:16 +0200 Subject: [PATCH] Fixed woopsie --- soh/soh/Enhancements/randomizer/3drando/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/3drando/settings.cpp b/soh/soh/Enhancements/randomizer/3drando/settings.cpp index dd227c10e..1a3d3e334 100644 --- a/soh/soh/Enhancements/randomizer/3drando/settings.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/settings.cpp @@ -1304,7 +1304,7 @@ namespace Settings { ctx.numRequiredCuccos = NumRequiredCuccos.Value(); ctx.kingZoraSpeed = KingZoraSpeed.Value(); ctx.completeMaskQuest = CompleteMaskQuest ? 1 : 0; - ctx.enableGlitchCutscenes = CompleteMaskQuest ? 1 : 0; + ctx.enableGlitchCutscenes = EnableGlitchCutscenes ? 1 : 0; ctx.quickText = QuickText.Value(); ctx.skipSongReplays = SkipSongReplays.Value(); ctx.keepFWWarpPoint = KeepFWWarpPoint ? 1 : 0;