()
| 1599 | } |
| 1600 | |
| 1601 | private static void Options_MenuDraw() { |
| 1602 | Banner("m_banner_options"); |
| 1603 | Menu_AdjustCursor(s_options_menu, 1); |
| 1604 | Menu_Draw(s_options_menu); |
| 1605 | } |
| 1606 | |
| 1607 | private static String Options_MenuKey(int key) { |
| 1608 | return Default_MenuKey(s_options_menu, key); |
no test coverage detected