| 341 | } |
| 342 | |
| 343 | void CL_DataPad_f(void) |
| 344 | { |
| 345 | if (cls.uiStarted && cls.cgameStarted && (cls.state == CA_ACTIVE) ) { |
| 346 | UI_SetActiveMenu("datapad",NULL); |
| 347 | } |
| 348 | } |
| 349 | |
| 350 | /* |
| 351 | ==================== |
nothing calls this directly
no test coverage detected