2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-28 15:45:46 +03:00

Remove unnecessary qualifier (#781)

Signed-off-by: Karol Szuster <karolsz9898@gmail.com>
This commit is contained in:
Karol Szuster 2020-09-07 17:19:29 +02:00 committed by GitHub
parent 376bc15cee
commit 462484a644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ public:
void SetCustomDecalFrames( int nFrames );
int GetCustomDecalFrames( void );
void CBasePlayer::TabulateAmmo( void );
void TabulateAmmo( void );
float m_flStartCharge;
float m_flAmmoStartCharge;