MCPcopy Create free account
hub / github.com/demoth/jake2 / Credits_Key

Method Credits_Key

client/src/main/java/jake2/client/Menu.java:1824–1836  ·  view source on GitHub ↗
(int key)

Source from the content-addressed store, hash-verified

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;

Callers 1

executeMethod · 0.95

Calls 1

PopMenuMethod · 0.95

Tested by

no test coverage detected