(int key)
| 1822 | } |
| 1823 | |
| 1824 | private static String Credits_Key(int key) { |
| 1825 | switch (key) { |
| 1826 | case K_ESCAPE: |
| 1827 | if (creditsBuffer != null) |
| 1828 | //FS.FreeFile(creditsBuffer); |
| 1829 | ; |
| 1830 | PopMenu(); |
| 1831 | break; |
| 1832 | } |
| 1833 | |
| 1834 | return menu_out_sound; |
| 1835 | |
| 1836 | } |
| 1837 | |
| 1838 | private static void Menu_Credits_f() { |
| 1839 | int n; |