mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
setaicontroller: use Ids
get rid of duplicated mMoveDestination
This commit is contained in:
parent
201b7bf695
commit
2fe36a571b
5 changed files with 13 additions and 13 deletions
|
|
@ -89,7 +89,6 @@ public:
|
|||
Point3F mLastLocation; // For stuck check
|
||||
S32 mMoveStuckTestCountdown; // The current countdown until at AI starts to check if it is stuck
|
||||
Point3F mAimLocation;
|
||||
Point3F mMoveDestination;
|
||||
// move triggers
|
||||
bool mMoveTriggers[MaxTriggerKeys];
|
||||
void stopMove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue