- Fixed: Popups weren't shown on the alt hud.
SVN r4030 (trunk)
This commit is contained in:
parent
76b5757dab
commit
e86f27a7a6
4 changed files with 52 additions and 42 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue