fix: correct mapping id -> bot.
This commit is contained in:
parent
f23d031d2c
commit
ce1b0c30ab
2 changed files with 15 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue