mirror of
https://github.com/ENSL/NS.git
synced 2025-02-16 17:11:15 +00:00
Removed inset for alien health/armor display
This commit is contained in:
parent
54e54ce681
commit
cea2f797b9
1 changed files with 4 additions and 4 deletions
|
@ -217,10 +217,10 @@ int CHudHealth::Draw(float flTime)
|
|||
x = theViewport[0] + CrossWidth /2;
|
||||
|
||||
int theInset = 0;
|
||||
if(gHUD.GetIsAlien() && !gHUD.GetIsCombatMode())
|
||||
{
|
||||
theInset = ScreenWidth()*kResourceEnergyBarWidth;
|
||||
}
|
||||
//if(gHUD.GetIsAlien() && !gHUD.GetIsCombatMode())
|
||||
//{
|
||||
// theInset = ScreenWidth()*kResourceEnergyBarWidth;
|
||||
//}
|
||||
x += theInset;// + kHealthLeftInset*ScreenWidth;
|
||||
|
||||
SPR_Set(gHUD.GetSprite(m_HUD_cross), r, g, b);
|
||||
|
|
Loading…
Reference in a new issue