mirror of
https://github.com/ENSL/NS.git
synced 2024-11-26 14:30:54 +00:00
Removed inset for alien health/armor display
This commit is contained in:
parent
a1f5c3ed0d
commit
54e54ce681
1 changed files with 5 additions and 5 deletions
|
@ -122,10 +122,10 @@ int CHudBattery::Draw(float flTime)
|
||||||
int iOffset = (m_prc1->bottom - m_prc1->top)/6;
|
int iOffset = (m_prc1->bottom - m_prc1->top)/6;
|
||||||
|
|
||||||
int theInset = 0;
|
int theInset = 0;
|
||||||
if(gHUD.GetIsAlien())
|
//if(gHUD.GetIsAlien())
|
||||||
{
|
//{
|
||||||
theInset = ScreenWidth()*kResourceEnergyBarWidth;
|
// theInset = ScreenWidth()*kResourceEnergyBarWidth;
|
||||||
}
|
//}
|
||||||
|
|
||||||
int theViewport[4];
|
int theViewport[4];
|
||||||
gHUD.GetViewport(theViewport);
|
gHUD.GetViewport(theViewport);
|
||||||
|
|
Loading…
Reference in a new issue