- 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

@ -1117,4 +1117,3 @@ void R_GetPlayerTranslation (int color, const FPlayerColorSet *colorset, FPlayer
R_CreatePlayerTranslation (h, s, v, colorset, skin, table, NULL);
}