fix: crash on predicted node index use after wiped
refactor: reworked prediction to calc prediction for all bots at one job, instead of firing it for every bot
This commit is contained in:
parent
5ce2032acd
commit
93d9187f6d
12 changed files with 205 additions and 182 deletions
|
|
@ -404,17 +404,6 @@ CR_DECLARE_SCOPED_ENUM (GoalTactic,
|
|||
RescueHostage
|
||||
)
|
||||
|
||||
// frustum sides
|
||||
CR_DECLARE_SCOPED_ENUM (FrustumSide,
|
||||
Top = 0,
|
||||
Bottom,
|
||||
Left,
|
||||
Right,
|
||||
Near,
|
||||
Far,
|
||||
Num
|
||||
)
|
||||
|
||||
// some hard-coded desire defines used to override calculated ones
|
||||
namespace TaskPri {
|
||||
constexpr auto Normal { 35.0f };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue