- moved render style and border drawing code out of r_draw.cpp.

SVN r3251 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-05 20:41:53 +00:00
commit 5bf6398d85
18 changed files with 364 additions and 311 deletions

View file

@ -765,7 +765,7 @@ void D_Display ()
}
if (!automapactive || viewactive)
{
R_RefreshViewBorder ();
V_RefreshViewBorder ();
}
if (hud_althud && viewheight == SCREENHEIGHT && screenblocks > 10)