Prevent AllowReinforcements from reverting to TRUE regardless of setting whenever you save

This commit is contained in:
Marco Antonio J. Costa
2025-09-25 15:27:30 -03:00
committed by majcosta
parent d21b487884
commit e14a337e03
-3
View File
@@ -2101,9 +2101,6 @@ void LoadGameExternalOptions()
//################# Strategic Gameplay Settings ################## //################# 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? // Allow reinforcements only between City sectors?
gGameExternalOptions.gfAllowReinforcementsOnlyInCity = iniReader.ReadBoolean("Strategic Gameplay Settings","ALLOW_REINFORCEMENTS_ONLY_IN_CITIES",FALSE); gGameExternalOptions.gfAllowReinforcementsOnlyInCity = iniReader.ReadBoolean("Strategic Gameplay Settings","ALLOW_REINFORCEMENTS_ONLY_IN_CITIES",FALSE);