mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-09-18 14:17:27 +00:00
new objective system
This commit is contained in:
@@ -822,7 +822,7 @@ ReverseHeap( item, item2 )
|
||||
|
||||
HeapPriority( item, item2 )
|
||||
{
|
||||
return item.priority > item2.priority;
|
||||
return item.fPriority > item2.fPriority;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user