mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-25 17:48:50 -05:00
Fixed woopsie
This commit is contained in:
parent
e259e87588
commit
36dd0f669e
@ -1304,7 +1304,7 @@ namespace Settings {
|
||||
ctx.numRequiredCuccos = NumRequiredCuccos.Value<uint8_t>();
|
||||
ctx.kingZoraSpeed = KingZoraSpeed.Value<uint8_t>();
|
||||
ctx.completeMaskQuest = CompleteMaskQuest ? 1 : 0;
|
||||
ctx.enableGlitchCutscenes = CompleteMaskQuest ? 1 : 0;
|
||||
ctx.enableGlitchCutscenes = EnableGlitchCutscenes ? 1 : 0;
|
||||
ctx.quickText = QuickText.Value<uint8_t>();
|
||||
ctx.skipSongReplays = SkipSongReplays.Value<uint8_t>();
|
||||
ctx.keepFWWarpPoint = KeepFWWarpPoint ? 1 : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user