Merge 83ca2725ee into 7191ecc418
This commit is contained in:
commit
00b70f00d3
|
|
@ -251,6 +251,7 @@ void CHudMedicChargeMeter::OnTick( void )
|
|||
|
||||
// We want to count full bars
|
||||
SetDialogVariable( "charge_count", int(floor(flCharge / flChunkSize)) );
|
||||
SetDialogVariable( "charge", (int)( flCharge * 100 ) );
|
||||
}
|
||||
else if ( m_pChargeMeter ) // Regular uber
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue