summaryrefslogtreecommitdiffstats
path: root/src/object/task/taskgungoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/task/taskgungoal.h')
-rw-r--r--src/object/task/taskgungoal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/task/taskgungoal.h b/src/object/task/taskgungoal.h
index 14e42b4..2ef8efc 100644
--- a/src/object/task/taskgungoal.h
+++ b/src/object/task/taskgungoal.h
@@ -35,11 +35,11 @@ public:
CTaskGunGoal(CInstanceManager* iMan, CObject* object);
~CTaskGunGoal();
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
Error Start(float dirV, float dirH);
Error IsEnded();
- BOOL Abort();
+ bool Abort();
protected: