fixed assert for mossman too

This commit is contained in:
Pinsplash 2024-05-06 10:19:57 -05:00
parent 68c1970b9c
commit 423435802c

View File

@ -43,7 +43,7 @@ public:
int SelectSchedule( void );
private:
CAI_FollowBehavior m_FollowBehavior;
//CAI_FollowBehavior m_FollowBehavior;
};
LINK_ENTITY_TO_CLASS( npc_mossman, CNPC_Mossman );
@ -132,7 +132,7 @@ void CNPC_Mossman::Precache()
//=========================================================
bool CNPC_Mossman::CreateBehaviors()
{
AddBehavior( &m_FollowBehavior );
//AddBehavior( &m_FollowBehavior );
return BaseClass::CreateBehaviors();
}