bot: switch look/body angles updates to thread worker
build: msvc projects now again targets msvc by default
This commit is contained in:
parent
52bfac2b09
commit
5ce2032acd
8 changed files with 59 additions and 35 deletions
|
|
@ -2153,9 +2153,6 @@ bool Bot::selectBestNextNode () {
|
|||
// this function does a realtime post processing of nodes return from the
|
||||
// pathfinder, to vary paths and find the best node on our way
|
||||
|
||||
assert (!m_pathWalk.empty ());
|
||||
assert (m_pathWalk.hasNext ());
|
||||
|
||||
const auto nextNodeIndex = m_pathWalk.next ();
|
||||
const auto currentNodeIndex = m_pathWalk.first ();
|
||||
const auto prevNodeIndex = m_currentNodeIndex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue