mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Merge branch 'master' of https://github.com/mapbase-source/source-sdk-2013
This commit is contained in:
@@ -3959,16 +3959,6 @@ bool CBaseCombatCharacter::IsGlowEffectActive( void )
|
||||
}
|
||||
#endif // GLOWS_ENABLE
|
||||
|
||||
#ifdef MAPBASE
|
||||
//-----------------------------------------------------------------------------
|
||||
// Mapbase adds proficiency override
|
||||
//-----------------------------------------------------------------------------
|
||||
inline WeaponProficiency_t CBaseCombatCharacter::GetCurrentWeaponProficiency()
|
||||
{
|
||||
return (m_ProficiencyOverride > WEAPON_PROFICIENCY_INVALID) ? m_ProficiencyOverride : m_CurrentWeaponProficiency;
|
||||
}
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Assume everyone is average with every weapon. Override this to make exceptions.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user