summaryrefslogtreecommitdiffstats
path: root/src/object/task/taskfireant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/task/taskfireant.h')
-rw-r--r--src/object/task/taskfireant.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/task/taskfireant.h b/src/object/task/taskfireant.h
index 8f9ea49..46df388 100644
--- a/src/object/task/taskfireant.h
+++ b/src/object/task/taskfireant.h
@@ -50,14 +50,14 @@ public:
bool EventProcess(const Event &event);
- Error Start(D3DVECTOR impact);
+ Error Start(Math::Vector impact);
Error IsEnded();
bool Abort();
protected:
protected:
- D3DVECTOR m_impact;
+ Math::Vector m_impact;
TaskFireAnt m_phase;
float m_progress;
float m_speed;