mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
CVAR_FIXME cleanup
This commit is contained in:
parent
6168fcebcc
commit
df980b44a1
13 changed files with 2 additions and 495 deletions
|
@ -1148,8 +1148,6 @@ void R_Mirror (void)
|
|||
|
||||
glLoadMatrixf (r_base_world_matrix);
|
||||
|
||||
/* glColor4f (1,1,1,r_mirroralpha.value);
|
||||
CVAR_FIXME */
|
||||
glColor4f (1,1,1,r_mirroralpha->value);
|
||||
s = cl.worldmodel->textures[mirrortexturenum]->texturechain;
|
||||
for ( ; s ; s=s->texturechain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue