//========================================================= //========================================================= void CFlockingFlyer :: Spawn( ) { Precache( ); SpawnCommonCode(); pev->frame = 0; pev->nextthink = gpGlobals->time + 0.1; SetThink( &CFlockingFlyer::IdleThink ); }
//========================================================= //========================================================= void CFlockingFlyer :: Spawn( ) { Precache( ); SpawnCommonCode(); pev->frame = 0; SetNextThink( 0.1 ); SetThink(&CFlockingFlyer :: IdleThink ); }