d_t_barrel linked

This commit is contained in:
elijah-thomas774
2025-11-28 18:21:00 -05:00
parent 0f40431da7
commit ceebb6f9c0
6 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void dTgBarrel_c::executeState_Wait() {
mStateMgr.changeState(StateID_Stop);
return;
}
dAcOstageSink_c *pStage = mStageRef.get();
dAcObjBase_c *pStage = mStageRef.get();
mVec3_c pos = pStage->mPosition;
mAng3_c rot = pStage->mRotation;