setaicontroller: use Ids

get rid of duplicated mMoveDestination
This commit is contained in:
AzaezelX 2025-04-15 18:01:18 -05:00
parent 201b7bf695
commit 2fe36a571b
5 changed files with 13 additions and 13 deletions

View file

@ -25,6 +25,7 @@
AINavigation::AINavigation(AIController* controller)
{
mControllerRef = controller;
mJump = None;
}
NavMesh* AINavigation::findNavMesh() const