summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autotower.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autotower.h')
-rw-r--r--src/object/auto/autotower.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/auto/autotower.h b/src/object/auto/autotower.h
index cf4fc3b..57b941d 100644
--- a/src/object/auto/autotower.h
+++ b/src/object/auto/autotower.h
@@ -63,7 +63,7 @@ public:
protected:
void UpdateInterface(float rTime);
- CObject* SearchTarget(D3DVECTOR &impact);
+ CObject* SearchTarget(Math::Vector &impact);
void FireStopUpdate(float progress, bool bLightOn);
protected:
@@ -73,7 +73,7 @@ protected:
float m_timeVirus;
float m_lastUpdateTime;
float m_lastParticule;
- D3DVECTOR m_targetPos;
+ Math::Vector m_targetPos;
float m_angleYactual;
float m_angleZactual;
float m_angleYfinal;