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
|
|
@ -69,6 +69,7 @@
|
|||
<ClInclude Include="..\inc\sounds.h" />
|
||||
<ClInclude Include="..\inc\storage.h" />
|
||||
<ClInclude Include="..\inc\support.h" />
|
||||
<ClInclude Include="..\inc\vision.h" />
|
||||
<ClInclude Include="..\inc\vistable.h" />
|
||||
<ClInclude Include="..\inc\yapb.h" />
|
||||
<ClInclude Include="..\inc\version.h" />
|
||||
|
|
|
|||
|
|
@ -183,6 +183,9 @@
|
|||
<ClInclude Include="..\ext\crlib\crlib\simd\neon.h">
|
||||
<Filter>inc\ext\crlib\simd</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\inc\vision.h">
|
||||
<Filter>inc</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\src\botlib.cpp">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue