mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
* Added support for building shaders in your mod
* Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore
This commit is contained in:
@ -3522,6 +3522,10 @@ void CBaseCombatCharacter::ChangeTeam( int iTeamNum )
|
||||
// old team member no longer in the nav mesh
|
||||
ClearLastKnownArea();
|
||||
|
||||
#ifdef GLOWS_ENABLE
|
||||
RemoveGlowEffect();
|
||||
#endif // GLOWS_ENABLE
|
||||
|
||||
BaseClass::ChangeTeam( iTeamNum );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user