changeset 5114 | a05081bc2769 |
parent 5112 | 4e2ebd8ac298 |
child 5126 | 50803f3403a5 |
5113:d92b58d100ae | 5114:a05081bc2769 |
---|---|
633 } |
633 } |
634 |
634 |
635 void HWForm::RandomNames() |
635 void HWForm::RandomNames() |
636 { |
636 { |
637 editedTeam->GetFromPage(this); |
637 editedTeam->GetFromPage(this); |
638 namegen->TeamRandomNames(editedTeam,FALSE); |
638 namegen->TeamRandomNames(editedTeam, true); |
639 editedTeam->SetToPage(this); |
639 editedTeam->SetToPage(this); |
640 } |
640 } |
641 |
641 |
642 void HWForm::RandomName(const int &i) |
642 void HWForm::RandomName(const int &i) |
643 { |
643 { |