================ idMultiplayerGame::UpdateRankColor ================ */
| 365 | ================ |
| 366 | */ |
| 367 | void idMultiplayerGame::UpdateRankColor( idUserInterface *gui, const char *mask, int i, const idVec3 &vec ) { |
| 368 | for ( int j = 1; j < 4; j++ ) { |
| 369 | gui->SetStateFloat( va( mask, i, j ), vec[ j - 1 ] ); |
| 370 | } |
| 371 | } |
| 372 | |
| 373 | /* |
| 374 | ================ |
nothing calls this directly
no test coverage detected