Cosmetic changes for messages before translation.
This commit is contained in:
parent
512b085291
commit
54516190b0
5 changed files with 56 additions and 62 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue