mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-22 22:45:43 +00:00
skip
This commit is contained in:
parent
3f41b61b8f
commit
b7254c0131
@ -119,6 +119,11 @@ bot_objective_think()
|
|||||||
|
|
||||||
for ( i = 0; i < objectives.size; i++ )
|
for ( i = 0; i < objectives.size; i++ )
|
||||||
{
|
{
|
||||||
|
if ( objectives[i].fPriority <= -100 )
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
heap HeapInsert( objectives[i] );
|
heap HeapInsert( objectives[i] );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user