| 222 | } |
| 223 | |
| 224 | void CRadioStyle::SendDisplay(int client, IMenuPanel *display) |
| 225 | { |
| 226 | CRadioDisplay *rDisplay = (CRadioDisplay *)display; |
| 227 | rDisplay->SendRawDisplay(client, m_players[client].menuHoldTime); |
| 228 | } |
| 229 | |
| 230 | IMenuPanel *CRadioStyle::CreatePanel() |
| 231 | { |
nothing calls this directly
no test coverage detected