mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
Cvar fixups...
This commit is contained in:
parent
e98edd5f5f
commit
a45cefb3e0
20 changed files with 5 additions and 461 deletions
|
@ -194,8 +194,6 @@ void D_DrawSurfaces (void)
|
|||
VectorCopy (transformed_modelorg, world_transformed_modelorg);
|
||||
|
||||
// TODO: could preset a lot of this at mode set time
|
||||
/* if (r_drawflat.value)
|
||||
CVAR_FIXME */
|
||||
if (r_drawflat->value)
|
||||
{
|
||||
for (s = &surfaces[1] ; s<surface_p ; s++)
|
||||
|
@ -242,8 +240,6 @@ void D_DrawSurfaces (void)
|
|||
d_zistepv = 0;
|
||||
d_ziorigin = -0.9;
|
||||
|
||||
/* D_DrawSolidSurface (s, (int)r_clearcolor.value & 0xFF);
|
||||
CVAR_FIXME */
|
||||
D_DrawSolidSurface (s, (int)r_clearcolor->value & 0xFF);
|
||||
D_DrawZSpans (s->spans);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue