Cosmetic changes for messages before translation.

This commit is contained in:
jeefo 2019-11-30 23:18:37 +03:00
commit 54516190b0
5 changed files with 56 additions and 62 deletions

View file

@ -3559,7 +3559,7 @@ void Bot::camp_ () {
for (int i = 0; i < graph.length (); ++i) {
// skip invisible waypoints or current waypoint
if (!graph.isVisible (m_currentNodeIndex, i) || (i == m_currentNodeIndex)) {
if (!graph.isVisible (m_currentNodeIndex, i) || i == m_currentNodeIndex) {
continue;
}
const Vector &dotB = (graph[i].origin - pev->origin).normalize2d ();