new objective system

This commit is contained in:
ineed bots
2023-07-13 01:52:35 -06:00
parent 2f5a21fd8c
commit 7c9f6fca11
6 changed files with 669 additions and 8 deletions

View File

@@ -822,7 +822,7 @@ ReverseHeap( item, item2 )
HeapPriority( item, item2 )
{
return item.priority > item2.priority;
return item.fPriority > item2.fPriority;
}
/*