summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoderrick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoderrick.h')
-rw-r--r--src/object/auto/autoderrick.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/auto/autoderrick.h b/src/object/auto/autoderrick.h
index 9306a86..fb39bc3 100644
--- a/src/object/auto/autoderrick.h
+++ b/src/object/auto/autoderrick.h
@@ -63,8 +63,8 @@ public:
protected:
CObject* SearchFret();
- bool SearchFree(D3DVECTOR pos);
- void CreateFret(D3DVECTOR pos, float angle, ObjectType type, float height);
+ bool SearchFree(Math::Vector pos);
+ void CreateFret(Math::Vector pos, float angle, ObjectType type, float height);
bool ExistKey();
protected:
@@ -74,7 +74,7 @@ protected:
float m_timeVirus;
float m_lastParticule;
float m_lastTrack;
- D3DVECTOR m_fretPos;
+ Math::Vector m_fretPos;
int m_soundChannel;
bool m_bSoundFall;
};