mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-10-28 16:36:57 +00:00
remove prioity func ptr
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
#include maps\_utility;
|
||||
#include maps\bots\_bot_utility;
|
||||
|
||||
CreateObjectiveForManger( sName, fpFinder, fpExecuter, fpPriority, iProcessRate )
|
||||
CreateObjectiveForManger( sName, fpFinder, fpExecuter, iProcessRate )
|
||||
{
|
||||
Answer = SpawnStruct();
|
||||
|
||||
Answer.sName = sName;
|
||||
Answer.fpFinder = fpFinder;
|
||||
Answer.fpExecuter = fpExecuter;
|
||||
Answer.fpPriority = fpPriority;
|
||||
|
||||
Answer.aBotProcessTimes = [];
|
||||
Answer.iProcessRate = iProcessRate;
|
||||
|
||||
Reference in New Issue
Block a user