| 418 | } |
| 419 | |
| 420 | void hide_indicators() |
| 421 | { |
| 422 | HUD().GetUI()->UIGame()->HideShownDialogs(); |
| 423 | |
| 424 | HUD().GetUI()->HideGameIndicators(); |
| 425 | HUD().GetUI()->HideCrosshair(); |
| 426 | } |
| 427 | |
| 428 | void show_indicators() |
| 429 | { |
nothing calls this directly
no test coverage detected