fix eroneous defaults

This commit is contained in:
AzaezelX 2025-04-17 11:38:21 -05:00
parent 25b3a7c070
commit 83822f1148

View file

@ -118,10 +118,10 @@ public:
mTriggerState.mControllerRef = this;
mControllerData = NULL;
mAIInfo = new AIInfo(this);
mGoal = new AIGoal(this);
mAimTarget = new AIAimTarget(this);
mCover = new AICover(this);
mNav = new AINavigation(this);
mGoal = NULL;
mAimTarget = NULL;
mCover = NULL;
mMovement.mMoveState = ModeStop;
};