From e444727ca52aff9bde9b2faf6a1368c3394ed4e0 Mon Sep 17 00:00:00 2001 From: Malkierian Date: Thu, 12 Jun 2025 10:37:06 -0700 Subject: [PATCH] Re-add `ShipInit::InitAll()` to the end of `applyPreset()`. --- soh/soh/Enhancements/Presets/Presets.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/Presets/Presets.cpp b/soh/soh/Enhancements/Presets/Presets.cpp index d50b45360..b84cb95ca 100644 --- a/soh/soh/Enhancements/Presets/Presets.cpp +++ b/soh/soh/Enhancements/Presets/Presets.cpp @@ -110,6 +110,7 @@ void applyPreset(std::string presetName, std::vector includeSecti } } } + ShipInit::InitAll(); } void DrawPresetSelector(std::vector includeSections, std::string presetLoc, bool disabled) {