mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
fix eroneous defaults
This commit is contained in:
parent
25b3a7c070
commit
83822f1148
1 changed files with 3 additions and 3 deletions
|
|
@ -118,10 +118,10 @@ public:
|
||||||
mTriggerState.mControllerRef = this;
|
mTriggerState.mControllerRef = this;
|
||||||
mControllerData = NULL;
|
mControllerData = NULL;
|
||||||
mAIInfo = new AIInfo(this);
|
mAIInfo = new AIInfo(this);
|
||||||
mGoal = new AIGoal(this);
|
|
||||||
mAimTarget = new AIAimTarget(this);
|
|
||||||
mCover = new AICover(this);
|
|
||||||
mNav = new AINavigation(this);
|
mNav = new AINavigation(this);
|
||||||
|
mGoal = NULL;
|
||||||
|
mAimTarget = NULL;
|
||||||
|
mCover = NULL;
|
||||||
mMovement.mMoveState = ModeStop;
|
mMovement.mMoveState = ModeStop;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue