- properly hook up the alt HUD with the status bar.

This commit is contained in:
Christoph Oelckers 2018-12-02 14:24:26 +01:00
commit db814dc333
4 changed files with 29 additions and 53 deletions

View file

@ -773,7 +773,7 @@ void D_Display ()
if (hud_althud && viewheight == SCREENHEIGHT && screenblocks > 10)
{
StatusBar->DrawBottomStuff (HUD_AltHud);
if (DrawFSHUD || automapactive) DrawHUD();
if (DrawFSHUD || automapactive) StatusBar->DrawAltHUD();
if (players[consoleplayer].camera && players[consoleplayer].camera->player && !automapactive)
{
StatusBar->DrawCrosshair();