bot: some reverts and fixes to the pr

This commit is contained in:
jeefo 2024-05-02 20:26:37 +03:00
commit dca15519b7
5 changed files with 47 additions and 3 deletions

View file

@ -362,6 +362,7 @@ private:
private:
int pickBestWeapon (Array <int> &vec, int moneySave);
int getRandomCampDir ();
int findAimingNode (const Vector &to, int &pathLength);
int findNearestNode ();
int findBombNode ();
int findCoverNode (float maxDistance);