build: fix build on non-msvc
This commit is contained in:
parent
2a6ca1d914
commit
abb50a64c4
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ void Bot::doPlayerAvoidance (const Vector &normal) {
|
||||||
bot->completeTask ();
|
bot->completeTask ();
|
||||||
}
|
}
|
||||||
if ((m_currentNodeIndex == bot->m_currentNodeIndex)
|
if ((m_currentNodeIndex == bot->m_currentNodeIndex)
|
||||||
&& tid2 == Task::Camp || tid2 == Task::Hide || tid2 == Task::Pause) {
|
&& (tid2 == Task::Camp || tid2 == Task::Hide || tid2 == Task::Pause)) {
|
||||||
completeTask ();
|
completeTask ();
|
||||||
findValidNode ();
|
findValidNode ();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue