mirror of
https://github.com/ENSL/NS.git
synced 2024-12-03 17:51:53 +00:00
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@397 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
d8d132bf1e
commit
efca6a6db4
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ void AvHOverviewMap::GetColorForEntity(const DrawableEntity& entity, float& outR
|
|||
entity.mUser3 == AVH_USER3_ALIENRESTOWER ||
|
||||
entity.mUser3 == AVH_USER3_ADVANCED_TURRET_FACTORY;
|
||||
|
||||
if ( entity.mIsUnderAttack && (entity.mTeam == mTeam || gEngfuncs.IsSpectateOnly() ) {
|
||||
if ( entity.mIsUnderAttack && (entity.mTeam == mTeam || gEngfuncs.IsSpectateOnly() ) ) {
|
||||
if ( gpGlobals->time > this->mBlinkTime + attackBlinkPeriod ) {
|
||||
this->mBlinkOn=!mBlinkOn;
|
||||
this->mBlinkTime=gpGlobals->time;
|
||||
|
|
Loading…
Reference in a new issue