mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-13 06:58:03 -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.numRequiredCuccos = NumRequiredCuccos.Value<uint8_t>();
|
||||||
ctx.kingZoraSpeed = KingZoraSpeed.Value<uint8_t>();
|
ctx.kingZoraSpeed = KingZoraSpeed.Value<uint8_t>();
|
||||||
ctx.completeMaskQuest = CompleteMaskQuest ? 1 : 0;
|
ctx.completeMaskQuest = CompleteMaskQuest ? 1 : 0;
|
||||||
ctx.enableGlitchCutscenes = CompleteMaskQuest ? 1 : 0;
|
ctx.enableGlitchCutscenes = EnableGlitchCutscenes ? 1 : 0;
|
||||||
ctx.quickText = QuickText.Value<uint8_t>();
|
ctx.quickText = QuickText.Value<uint8_t>();
|
||||||
ctx.skipSongReplays = SkipSongReplays.Value<uint8_t>();
|
ctx.skipSongReplays = SkipSongReplays.Value<uint8_t>();
|
||||||
ctx.keepFWWarpPoint = KeepFWWarpPoint ? 1 : 0;
|
ctx.keepFWWarpPoint = KeepFWWarpPoint ? 1 : 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user