(int player)
| 439 | * Load the skin, icon, and model for a client ================ |
| 440 | */ |
| 441 | public static void ParseClientinfo(int player) { |
| 442 | String s = ClientGlobals.cl.configstrings[player + Defines.CS_PLAYERSKINS]; |
| 443 | |
| 444 | clientinfo_t ci = ClientGlobals.cl.clientinfo[player]; |
| 445 | |
| 446 | LoadClientinfo(ci, s); |
| 447 | } |
| 448 | |
| 449 | /* |
| 450 | * ================ CL_ParseConfigString ================ |
no test coverage detected