This commit is contained in:
Yamagi Burmeister 2010-01-08 14:46:17 +00:00
parent cea384c8f5
commit f6f5fd88a4
1 changed files with 7 additions and 0 deletions

View File

@ -964,6 +964,13 @@ void R_Register( void )
vid_ref = ri.Cvar_Get( "vid_ref", "soft", CVAR_ARCHIVE );
gl_customwidth = ri.Cvar_Get ("gl_customwidth", "1024", CVAR_ARCHIVE);
:q
:q
q
sa
gl_customheight = ri.Cvar_Get ("gl_customheight", "768", CVAR_ARCHIVE);
ri.Cmd_AddCommand( "imagelist", GL_ImageList_f );