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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/task/taskreset.h b/src/object/task/taskreset.h
index 6665bce..4ebc032 100644
--- a/src/object/task/taskreset.h
+++ b/src/object/task/taskreset.h
@@ -46,13 +46,13 @@ public:
CTaskReset(CInstanceManager* iMan, CObject* object);
~CTaskReset();
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
Error Start(D3DVECTOR goal, D3DVECTOR angle);
Error IsEnded();
protected:
- BOOL SearchVehicle();
+ bool SearchVehicle();
protected:
D3DVECTOR m_begin;
@@ -60,7 +60,7 @@ protected:
D3DVECTOR m_angle;
TaskResetPhase m_phase;
- BOOL m_bError;
+ bool m_bError;
float m_time;
float m_speed;
float m_progress;