summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autobase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autobase.h')
-rw-r--r--src/object/auto/autobase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/object/auto/autobase.h b/src/object/auto/autobase.h
index 513f16e..aed5a47 100644
--- a/src/object/auto/autobase.h
+++ b/src/object/auto/autobase.h
@@ -102,10 +102,10 @@ protected:
float m_lastMotorParticule;
float m_fogStart;
float m_deepView;
- D3DVECTOR m_pos;
- D3DVECTOR m_posSound;
- D3DVECTOR m_finalPos;
- D3DVECTOR m_lastPos;
+ Math::Vector m_pos;
+ Math::Vector m_posSound;
+ Math::Vector m_finalPos;
+ Math::Vector m_lastPos;
int m_param;
int m_soundChannel;
int m_partiChannel[8];