diff --git a/sp/src/game/server/hl2/npc_manhack.h b/sp/src/game/server/hl2/npc_manhack.h index 02d05962..e3457e36 100644 --- a/sp/src/game/server/hl2/npc_manhack.h +++ b/sp/src/game/server/hl2/npc_manhack.h @@ -170,6 +170,7 @@ public: m_iHealth = 0; } + virtual void ShowHostile(bool hostile = true); DEFINE_CUSTOM_AI; @@ -186,7 +187,7 @@ private: void UpdatePanels( void ); void SetEyeState( int state ); - void ShowHostile( bool hostile = true ); + bool IsFlyingActivity( Activity baseAct );