| 390 | } |
| 391 | |
| 392 | bool CValveMenu::Display(int client, unsigned int time, IMenuHandler *alt_handler) |
| 393 | { |
| 394 | return DisplayAtItem(client, time, 0, alt_handler); |
| 395 | } |
| 396 | |
| 397 | bool CValveMenu::DisplayAtItem(int client, |
| 398 | unsigned int time, |
no outgoing calls
no test coverage detected