git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@397 67975925-1194-0748-b3d5-c16f83f1a3a1

This commit is contained in:
puzl 2006-04-17 21:11:16 +00:00
parent d8d132bf1e
commit efca6a6db4

View file

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