mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
Apply theoddone33's cvar patch (he's having connectivity problems with tank)
This commit is contained in:
parent
22c85298f0
commit
64d00faa8f
17 changed files with 93 additions and 82 deletions
|
@ -437,12 +437,11 @@ void Draw_Init (void)
|
|||
|
||||
/* Cvar_RegisterVariable (&cl_verstring);
|
||||
CVAR_FIXME */
|
||||
cl_verstring = Cvar_Get("cl_verstring", PROGRAM " " VERSION, CVAR_NONE, "None");
|
||||
|
||||
// 3dfx can only handle 256 wide textures
|
||||
if (!Q_strncasecmp ((char *)gl_renderer, "3dfx",4) ||
|
||||
!Q_strncasecmp ((char *)gl_renderer, "Mesa",4))
|
||||
Cvar_Set ("gl_max_size", "256");
|
||||
Cvar_Set (gl_max_size, "256");
|
||||
|
||||
Cmd_AddCommand ("gl_texturemode", &Draw_TextureMode_f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue