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:
tankefugl 2006-05-04 17:39:12 +00:00
parent 8f85b6aa91
commit 570407b90d
1 changed files with 1 additions and 1 deletions

View File

@ -1719,7 +1719,7 @@ void AvHWebStrand::Spawn(void)
this->pev->takedamage = DAMAGE_YES;
this->mSolid=false;
this->pev->nextthink = gpGlobals->time + BALANCE_VAR(kWebWarmupTime);
SetThink(StrandThink);
SetThink(&AvHWebStrand::StrandThink);
//SetBits(this->pev->flags, FL_MONSTER);