MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Menu_Cache

Function Menu_Cache

code/ui/ui_main.cpp:4189–4195  ·  view source on GitHub ↗

================= Menu_Cache ================= */

Source from the content-addressed store, hash-verified

4187=================
4188*/
4189void Menu_Cache( void )
4190{
4191 uis.cursor = ui.R_RegisterShaderNoMip( "menu/new/crosshairb");
4192 // Common menu graphics
4193 uis.whiteShader = ui.R_RegisterShader( "white" );
4194 uis.menuBackShader = ui.R_RegisterShaderNoMip( "menu/art/unknownmap" );
4195}
4196
4197/*
4198=================

Callers 4

UI_SetActiveMenuFunction · 0.85
UI_Cache_fFunction · 0.85
UI_ConsoleCommandFunction · 0.85
UI_InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected