|
|
@ -231,7 +231,9 @@ int CHudHealth::Draw( float flTime ) |
|
|
|
|
|
|
|
|
|
|
|
int iHeight = gHUD.m_iFontHeight; |
|
|
|
int iHeight = gHUD.m_iFontHeight; |
|
|
|
int iWidth = HealthWidth / 10; |
|
|
|
int iWidth = HealthWidth / 10; |
|
|
|
FillRGBA( x, y, iWidth, iHeight, 255, 160, 0, a ); |
|
|
|
|
|
|
|
|
|
|
|
UnpackRGB( r, g, b, RGB_YELLOWISH ); |
|
|
|
|
|
|
|
FillRGBA( x, y, iWidth, iHeight, r, g, b, a ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
DrawDamage( flTime ); |
|
|
|
DrawDamage( flTime ); |
|
|
|