()
| 2056 | } |
| 2057 | |
| 2058 | private static void Menu_Game_f() { |
| 2059 | Game_MenuInit(); |
| 2060 | PushMenu((List<String> args) -> Game_MenuDraw(), new keyfunc_t() { |
| 2061 | public String execute(int key) { |
| 2062 | return Game_MenuKey(key); |
| 2063 | } |
| 2064 | }); |
| 2065 | m_game_cursor = 1; |
| 2066 | } |
| 2067 | |
| 2068 | /* |
| 2069 | * ============================================================================= |
no test coverage detected