summaryrefslogtreecommitdiffstats
path: root/src/object/task/taskreset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/task/taskreset.h')
-rw-r--r--src/object/task/taskreset.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/object/task/taskreset.h b/src/object/task/taskreset.h
index d622cd0..603aef2 100644
--- a/src/object/task/taskreset.h
+++ b/src/object/task/taskreset.h
@@ -48,16 +48,16 @@ public:
bool EventProcess(const Event &event);
- Error Start(D3DVECTOR goal, D3DVECTOR angle);
+ Error Start(Math::Vector goal, Math::Vector angle);
Error IsEnded();
protected:
bool SearchVehicle();
protected:
- D3DVECTOR m_begin;
- D3DVECTOR m_goal;
- D3DVECTOR m_angle;
+ Math::Vector m_begin;
+ Math::Vector m_goal;
+ Math::Vector m_angle;
TaskResetPhase m_phase;
bool m_bError;