- properly hook up the alt HUD with the status bar.
This commit is contained in:
parent
d11b33e8fd
commit
db814dc333
4 changed files with 29 additions and 53 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue