summaryrefslogtreecommitdiffstats
path: root/src/object/task/taskshield.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/task/taskshield.h')
-rw-r--r--src/object/task/taskshield.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/task/taskshield.h b/src/object/task/taskshield.h
index 916cd6d..0e36e49 100644
--- a/src/object/task/taskshield.h
+++ b/src/object/task/taskshield.h
@@ -68,7 +68,7 @@ public:
protected:
Error Stop();
- bool CreateLight(D3DVECTOR pos);
+ bool CreateLight(Math::Vector pos);
void IncreaseShield();
float RetRadius();
@@ -83,7 +83,7 @@ protected:
float m_lastIncrease;
float m_energyUsed;
bool m_bError;
- D3DVECTOR m_shieldPos;
+ Math::Vector m_shieldPos;
int m_rankSphere;
int m_soundChannel;
int m_effectLight;