fixed spelling error
This commit is contained in:
parent
bea1763056
commit
a6fbf351a3
2 changed files with 3 additions and 3 deletions
|
@ -591,7 +591,7 @@ int mp_connect::gui_do()
|
|||
}
|
||||
|
||||
gui_update();
|
||||
update_posions();
|
||||
update_positions();
|
||||
update_network();
|
||||
is_full();
|
||||
|
||||
|
@ -603,7 +603,7 @@ int mp_connect::gui_do()
|
|||
return status_;
|
||||
}
|
||||
|
||||
void mp_connect::update_posions()
|
||||
void mp_connect::update_positions()
|
||||
{
|
||||
const config::child_itors sides = level_->child_range("side");
|
||||
const config::child_list& possible_sides = cfg_->get_children("multiplayer_side");
|
||||
|
|
|
@ -43,7 +43,7 @@ private:
|
|||
void gui_init();
|
||||
void gui_update();
|
||||
void add_player(std::string name);
|
||||
void update_posions();
|
||||
void update_positions();
|
||||
void update_network();
|
||||
void is_full();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue