removed bad code bits from pathfinding
fixed too long duck pressing in combat restore bits of player avoidance code
This commit is contained in:
parent
fa3efb431f
commit
1b1ae9ea91
7 changed files with 196 additions and 207 deletions
|
|
@ -3390,7 +3390,7 @@ void Bot::RunTask (void)
|
|||
destIndex = FindGoal ();
|
||||
|
||||
m_prevGoalIndex = destIndex;
|
||||
m_chosenGoalIndex = destIndex;
|
||||
m_chosenGoalIndex = destIndex;
|
||||
|
||||
// remember index
|
||||
GetTask ()->data = destIndex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue