CVAR_FIXME cleanup

This commit is contained in:
Anton E. Gavrilov 2000-06-09 23:37:39 +00:00
parent 6168fcebcc
commit df980b44a1
13 changed files with 2 additions and 495 deletions

View file

@ -147,8 +147,6 @@ void R_BeginEdgeFrame (void)
surfaces[1].flags = SURF_DRAWBACKGROUND;
// put the background behind everything in the world
/* if (r_draworder.value)
CVAR_FIXME */
if (r_draworder->value)
{
pdrawfunc = R_GenerateSpansBackward;