From efca6a6db496e0c1d292fe66717c7d0d415a299c Mon Sep 17 00:00:00 2001 From: puzl Date: Mon, 17 Apr 2006 21:11:16 +0000 Subject: [PATCH] git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@397 67975925-1194-0748-b3d5-c16f83f1a3a1 --- releases/3.2.0/source/mod/AvHOverviewMap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/3.2.0/source/mod/AvHOverviewMap.cpp b/releases/3.2.0/source/mod/AvHOverviewMap.cpp index f39df477..843cceac 100644 --- a/releases/3.2.0/source/mod/AvHOverviewMap.cpp +++ b/releases/3.2.0/source/mod/AvHOverviewMap.cpp @@ -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;