mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 14:33:46 -04:00
blue excess ammo count also in the classic HUD (#570)
This commit is contained in:
parent
fd807712a6
commit
f759826cb1
@ -804,6 +804,8 @@ void ST_drawWidgets(boolean refresh)
|
||||
if (*w_ready.num*100 <
|
||||
ammo_yellow*maxammo)
|
||||
STlib_updateNum(&w_ready, cr_gold, refresh);
|
||||
else if (*w_ready.num > maxammo)
|
||||
STlib_updateNum(&w_ready, cr_blue2, refresh);
|
||||
else
|
||||
STlib_updateNum(&w_ready, cr_green, refresh);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user