- Fixed: When the player setup menu cycles the random players, it needs to rebuild the translation for each one.

SVN r3657 (trunk)
This commit is contained in:
Randy Heit 2012-05-15 22:52:24 +00:00
commit 71e02e2d9e
5 changed files with 28 additions and 5 deletions

View file

@ -346,6 +346,7 @@ class FListMenuItemPlayerDisplay : public FListMenuItem
void SetPlayerClass(int classnum, bool force = false);
bool UpdatePlayerClass();
void UpdateRandomClass();
void UpdateTranslation();
public: