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;