From 9cda505ef362e94ab88161f08f6b7c5c3480451d Mon Sep 17 00:00:00 2001 From: elsid Date: Sun, 10 Jul 2022 22:48:25 +0200 Subject: [PATCH] Add missing save for a setting in launcher --- apps/launcher/advancedpage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/launcher/advancedpage.cpp b/apps/launcher/advancedpage.cpp index fe94c945f6..dc32a80336 100644 --- a/apps/launcher/advancedpage.cpp +++ b/apps/launcher/advancedpage.cpp @@ -256,6 +256,7 @@ void Launcher::AdvancedPage::saveSettings() saveSettingBool(stealingFromKnockedOutCheckBox, "always allow stealing from knocked out actors", "Game"); saveSettingBool(enableNavigatorCheckBox, "enable", "Navigator"); saveSettingInt(physicsThreadsSpinBox, "async num threads", "Physics"); + saveSettingBool(allowNPCToFollowOverWaterSurfaceCheckBox, "allow actors to follow over water surface", "Game"); } // Visuals