=============== UI_LoadMenu_f =============== */
| 397 | =============== |
| 398 | */ |
| 399 | static void UI_LoadMenu_f( void ) |
| 400 | { |
| 401 | trap_Key_SetCatcher( KEYCATCH_UI ); |
| 402 | Menus_ActivateByName("ingameloadMenu"); |
| 403 | } |
| 404 | |
| 405 | /* |
| 406 | =============== |
no test coverage detected