mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Update
This commit is contained in:
parent
cea384c8f5
commit
f6f5fd88a4
1 changed files with 7 additions and 0 deletions
|
@ -964,6 +964,13 @@ void R_Register( void )
|
||||||
vid_ref = ri.Cvar_Get( "vid_ref", "soft", CVAR_ARCHIVE );
|
vid_ref = ri.Cvar_Get( "vid_ref", "soft", CVAR_ARCHIVE );
|
||||||
|
|
||||||
gl_customwidth = ri.Cvar_Get ("gl_customwidth", "1024", 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);
|
gl_customheight = ri.Cvar_Get ("gl_customheight", "768", CVAR_ARCHIVE);
|
||||||
|
|
||||||
ri.Cmd_AddCommand( "imagelist", GL_ImageList_f );
|
ri.Cmd_AddCommand( "imagelist", GL_ImageList_f );
|
||||||
|
|
Loading…
Reference in a new issue