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

Method LoadGame_MenuDraw

client/src/main/java/jake2/client/Menu.java:2163–2167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

Menu_LoadGame_fMethod · 0.95

Calls 2

BannerMethod · 0.95
Menu_DrawMethod · 0.95

Tested by

no test coverage detected