[Pathing] Improvements to z-clipping, z-recovery and z-calculations (#2975)

* zclip adjustments

* Remove debug
This commit is contained in:
Chris Miles
2023-02-21 10:24:25 -06:00
committed by GitHub
parent 33bb5aa8e5
commit 1e50f19f7e
4 changed files with 24 additions and 15 deletions
+2
View File
@@ -1427,6 +1427,8 @@ protected:
int _GetRunSpeed() const;
int _GetFearSpeed() const;
Timer m_z_clip_check_timer;
virtual bool AI_EngagedCastCheck() { return(false); }
virtual bool AI_PursueCastCheck() { return(false); }
virtual bool AI_IdleCastCheck() { return(false); }