- cleanup of 2D code.

This commit is contained in:
Christoph Oelckers 2020-04-11 19:49:09 +02:00
commit def123823b
10 changed files with 229 additions and 229 deletions

View file

@ -924,7 +924,7 @@ void D_Display ()
screen->Begin2D();
if (!hud_toggled)
{
screen->DrawBlend(viewsec);
V_DrawBlend(viewsec);
if (automapactive)
{
primaryLevel->automap->Drawer ((hud_althud && viewheight == SCREENHEIGHT) ? viewheight : StatusBar->GetTopOfStatusbar());