| 276 | } |
| 277 | |
| 278 | void JoinMenu::teamCallback(HUDuiControl*, void* source) { |
| 279 | ((JoinMenu*)source)->updateTeamTexture(); |
| 280 | } |
| 281 | |
| 282 | void JoinMenu::updateTeamTexture() { |
| 283 | TextureManager& tm = TextureManager::instance(); |
nothing calls this directly
no test coverage detected