mirror of
https://github.com/glest/glest-source.git
synced 2025-09-02 20:42:34 +02:00
Merge branch 'develop' of https://github.com/ZetaGlest/zetaglest-source into develop
This commit is contained in:
@@ -4407,7 +4407,12 @@ namespace Glest
|
||||
listBoxControls[i].setEnabled (true);
|
||||
listBoxFactions[i].setEditable (true);
|
||||
listBoxTeams[i].setEditable (true);
|
||||
listBoxFactions[i].setSelectedItemIndex (0);
|
||||
|
||||
if (listBoxFactions[i].getSelectedItem () ==
|
||||
formatString (GameConstants::OBSERVER_SLOTNAME))
|
||||
{
|
||||
listBoxFactions[i].setSelectedItemIndex (0);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user