From e14a337e03badfb6afa6b54ae8cfefdd0b4bb9ed Mon Sep 17 00:00:00 2001 From: "Marco Antonio J. Costa" Date: Sun, 21 Sep 2025 18:02:17 -0300 Subject: [PATCH] Prevent AllowReinforcements from reverting to TRUE regardless of setting whenever you save --- Ja2/GameSettings.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Ja2/GameSettings.cpp b/Ja2/GameSettings.cpp index 9a055399..c48f12d4 100644 --- a/Ja2/GameSettings.cpp +++ b/Ja2/GameSettings.cpp @@ -2101,9 +2101,6 @@ void LoadGameExternalOptions() //################# Strategic Gameplay Settings ################## - // Allow enemy and militia Strategic Groups to reinforce one another for battles? - // silversurfer: Obsolete. This is now in DifficultySettings.xml and will be set during InitNewGame(). - gGameExternalOptions.gfAllowReinforcements = TRUE; // Allow reinforcements only between City sectors? gGameExternalOptions.gfAllowReinforcementsOnlyInCity = iniReader.ReadBoolean("Strategic Gameplay Settings","ALLOW_REINFORCEMENTS_ONLY_IN_CITIES",FALSE);