bot: switch look/body angles updates to thread worker

build: msvc projects now again targets msvc by default
This commit is contained in:
jeefo 2023-06-28 19:48:51 +03:00
commit 5ce2032acd
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
8 changed files with 59 additions and 35 deletions

View file

@ -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;