change: increase defend node search radius
change: more fixes to aiming table
This commit is contained in:
parent
e5ae2ac3f8
commit
e0f3317b1a
2 changed files with 3 additions and 3 deletions
|
|
@ -1841,7 +1841,7 @@ int Bot::findDefendNode (const Vector &origin) {
|
|||
int distance = graph.getPathDist (srcIndex, i);
|
||||
|
||||
// skip wayponts with distance more than 512 units
|
||||
if (distance > 512) {
|
||||
if (distance > 1024) {
|
||||
continue;
|
||||
}
|
||||
game.testLine (graph[i].origin, graph[posIndex].origin, TraceIgnore::Everything, ent (), &tr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue