- Fixed: Popups weren't shown on the alt hud.

SVN r4030 (trunk)
This commit is contained in:
Braden Obrzut 2013-01-21 21:02:14 +00:00
commit e86f27a7a6
4 changed files with 52 additions and 42 deletions

View file

@ -803,9 +803,10 @@ void D_Display ()
if (hud_althud && viewheight == SCREENHEIGHT && screenblocks > 10)
{
StatusBar->DrawBottomStuff (HUD_None);
StatusBar->DrawBottomStuff (HUD_AltHud);
if (DrawFSHUD || automapactive) DrawHUD();
StatusBar->DrawTopStuff (HUD_None);
StatusBar->Draw (HUD_AltHud);
StatusBar->DrawTopStuff (HUD_AltHud);
}
else
if (viewheight == SCREENHEIGHT && viewactive && screenblocks > 10)