mirror of
https://github.com/Pinsplash/halflife2chaos.git
synced 2024-10-29 23:32:38 +01:00
fixed assert for mossman too
This commit is contained in:
parent
68c1970b9c
commit
423435802c
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user