fixed spelling error

This commit is contained in:
uid68803 2004-01-07 05:37:22 +00:00
parent bea1763056
commit a6fbf351a3
2 changed files with 3 additions and 3 deletions

View file

@ -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");

View file

@ -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();