This commit is contained in:
FlaminSarge 2025-12-16 01:19:53 -08:00 committed by GitHub
commit 00b70f00d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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
{