()
| 2161 | } |
| 2162 | |
| 2163 | private static void LoadGame_MenuDraw() { |
| 2164 | Banner("m_banner_load_game"); |
| 2165 | // Menu_AdjustCursor( &s_loadgame_menu, 1 ); |
| 2166 | Menu_Draw(s_loadgame_menu); |
| 2167 | } |
| 2168 | |
| 2169 | private static String LoadGame_MenuKey(int key) { |
| 2170 | if (key == K_ESCAPE || key == K_ENTER) { |
no test coverage detected