Bots will now smooth turn to new angle.

This commit is contained in:
Justin Marshall
2026-05-20 09:34:53 -07:00
parent 31a3805769
commit 8a5719143d
5 changed files with 58 additions and 11 deletions
+4
View File
@@ -765,6 +765,8 @@ struct bot_state_t
attackcrouch_time = 0;
attackstrafe_time = 0;
attackjump_time = 0;
move_wander_time = 0;
move_wander_side = 0.0f;
firethrottleshoot_time = 0;
chase_time = 0;
thinktime = 0;
@@ -799,6 +801,8 @@ struct bot_state_t
float attackcrouch_time;
float attackstrafe_time;
float attackchase_time;
float move_wander_time;
float move_wander_side;
float firethrottlewait_time;
float firethrottleshoot_time;
float nbg_time; //nearby goal time