shared Team Units and Resources

set the checkBoxes to editable when scenarioCheckBox is disabled
This commit is contained in:
titison 2015-01-18 19:39:55 +01:00
parent c5c177a82c
commit 44783a4108
1 changed files with 2 additions and 2 deletions

View File

@ -4888,8 +4888,8 @@ void MenuStateCustomGame::SetupUIForScenarios() {
}
listBoxFogOfWar.setEditable(true);
checkBoxAllowObservers.setEditable(true);
checkBoxAllowTeamUnitSharing.setEditable(false);
checkBoxAllowTeamResourceSharing.setEditable(false);
checkBoxAllowTeamUnitSharing.setEditable(true);
checkBoxAllowTeamResourceSharing.setEditable(true);
//listBoxPathFinderType.setEditable(true);
checkBoxEnableSwitchTeamMode.setEditable(true);
listBoxAISwitchTeamAcceptPercent.setEditable(true);