mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
o Fixed compile error on Linux
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@444 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
8f85b6aa91
commit
570407b90d
1 changed files with 1 additions and 1 deletions
|
@ -1719,7 +1719,7 @@ void AvHWebStrand::Spawn(void)
|
||||||
this->pev->takedamage = DAMAGE_YES;
|
this->pev->takedamage = DAMAGE_YES;
|
||||||
this->mSolid=false;
|
this->mSolid=false;
|
||||||
this->pev->nextthink = gpGlobals->time + BALANCE_VAR(kWebWarmupTime);
|
this->pev->nextthink = gpGlobals->time + BALANCE_VAR(kWebWarmupTime);
|
||||||
SetThink(StrandThink);
|
SetThink(&AvHWebStrand::StrandThink);
|
||||||
|
|
||||||
//SetBits(this->pev->flags, FL_MONSTER);
|
//SetBits(this->pev->flags, FL_MONSTER);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue