fix: correct mapping id -> bot.

This commit is contained in:
ds 2020-11-05 16:01:38 +03:00
commit ce1b0c30ab
2 changed files with 15 additions and 7 deletions

View file

@ -23,7 +23,7 @@ public:
virtual bool isBot (int entity) = 0;
// gets the node nearest to origin
virtual int getNearestNode (const Vector &origin) = 0;
virtual int getNearestNode (float *origin) = 0;
// checks wether node is valid
virtual bool isNodeValid (int node) = 0;