mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 13:55:36 -04:00
fix a minor discrepancy between Boom and Crispy HUD
Thanks @rfomin, I hope this fixes what you meant lately
This commit is contained in:
parent
914a4ccf12
commit
afcaf9415c
@ -1602,15 +1602,7 @@ void HU_Ticker(void)
|
|||||||
if (crispy_hud)
|
if (crispy_hud)
|
||||||
{
|
{
|
||||||
if (hud_active > 0)
|
if (hud_active > 0)
|
||||||
{
|
|
||||||
draw_crispy_hud = true;
|
draw_crispy_hud = true;
|
||||||
|
|
||||||
if (hud_level_stats)
|
|
||||||
HU_widget_build_monsec();
|
|
||||||
|
|
||||||
if (hud_level_time)
|
|
||||||
HU_widget_build_sttime();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -1618,14 +1610,14 @@ void HU_Ticker(void)
|
|||||||
HU_widget_build_armor();
|
HU_widget_build_armor();
|
||||||
HU_widget_build_health();
|
HU_widget_build_health();
|
||||||
HU_widget_build_ammo();
|
HU_widget_build_ammo();
|
||||||
|
|
||||||
HU_widget_build_keys();
|
HU_widget_build_keys();
|
||||||
|
|
||||||
if (hud_level_stats)
|
|
||||||
HU_widget_build_monsec();
|
|
||||||
if (hud_level_time)
|
|
||||||
HU_widget_build_sttime();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (hud_level_stats)
|
||||||
|
HU_widget_build_monsec();
|
||||||
|
|
||||||
|
if (hud_level_time)
|
||||||
|
HU_widget_build_sttime();
|
||||||
}
|
}
|
||||||
else if (scaledviewheight &&
|
else if (scaledviewheight &&
|
||||||
scaledviewheight < SCREENHEIGHT &&
|
scaledviewheight < SCREENHEIGHT &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user