X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=menu.h;h=243bebfd70fb742ce7084aca2be32733a4892880;hb=46f4e9ee87dc67402166e4c6b05efbe922cd7574;hp=fa2d5812dd5a31c4892b76a9015f7733105d1eff;hpb=53597f45307d8a2120e3a0bbe71797b216e8750b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/menu.h b/menu.h index fa2d581..243bebf 100644 --- a/menu.h +++ b/menu.h @@ -574,12 +574,12 @@ static void menu_update(void){ } } -VG_STATIC void menu_binding_string( char buf[128], u32 pstr ); +static void menu_binding_string( char buf[128], u32 pstr ); /* * Run from vg_gui when active */ -VG_STATIC void menu_render(void){ +static void menu_render(void){ glEnable(GL_BLEND); glDisable(GL_DEPTH_TEST); glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ); @@ -779,7 +779,7 @@ VG_STATIC void menu_render(void){ } } -VG_STATIC void menu_binding_string( char buf[128], u32 pstr ){ +static void menu_binding_string( char buf[128], u32 pstr ){ vg_strncpy( "error", buf, 128, k_strncpy_allow_cutoff ); if( MDL_CONST_PSTREQ( &menu.model, pstr, "bind_jump" ) ){