diff --git a/releases/3.2.0/source/mod/AvHEntities.cpp b/releases/3.2.0/source/mod/AvHEntities.cpp index e92247a..9e610d8 100644 --- a/releases/3.2.0/source/mod/AvHEntities.cpp +++ b/releases/3.2.0/source/mod/AvHEntities.cpp @@ -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);