mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-22 20:51:36 +00:00
Removed the glow from the infantry portal.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@158 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
dcf57ac40e
commit
12f4be06be
1 changed files with 2 additions and 2 deletions
|
@ -1747,7 +1747,7 @@ void AvHInfantryPortal::SetHasBeenBuilt()
|
|||
|
||||
SetThink(&AvHInfantryPortal::PortalThink);
|
||||
this->pev->nextthink = gpGlobals->time + kInfantryPortalThinkTime;
|
||||
this->pev->effects |= kInfantryPortalLightEffect;
|
||||
// this->pev->effects |= kInfantryPortalLightEffect;
|
||||
}
|
||||
|
||||
void AvHInfantryPortal::Precache()
|
||||
|
@ -1820,7 +1820,7 @@ void AvHInfantryPortal::ResetReinforcingPlayer(bool inSuccess)
|
|||
void AvHInfantryPortal::UpdateOnRecycle(void)
|
||||
{
|
||||
this->ResetReinforcingPlayer(false);
|
||||
this->pev->effects &= ~kInfantryPortalLightEffect;
|
||||
// this->pev->effects &= ~kInfantryPortalLightEffect;
|
||||
}
|
||||
|
||||
void AvHInfantryPortal::UpdateOnRemove(void)
|
||||
|
|
Loading…
Reference in a new issue