From 697fbdabf10d956e0f13bfbc9414d3db40f0c535 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 15:28:12 +0200 Subject: BOOL -> bool; additional fixes in constructors/destructors --- src/object/task/taskfireant.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/object/task/taskfireant.h') diff --git a/src/object/task/taskfireant.h b/src/object/task/taskfireant.h index 18eef90..a94d943 100644 --- a/src/object/task/taskfireant.h +++ b/src/object/task/taskfireant.h @@ -47,11 +47,11 @@ public: CTaskFireAnt(CInstanceManager* iMan, CObject* object); ~CTaskFireAnt(); - BOOL EventProcess(const Event &event); + bool EventProcess(const Event &event); Error Start(D3DVECTOR impact); Error IsEnded(); - BOOL Abort(); + bool Abort(); protected: @@ -61,8 +61,8 @@ protected: float m_progress; float m_speed; float m_angle; - BOOL m_bError; - BOOL m_bFire; + bool m_bError; + bool m_bFire; float m_time; float m_lastParticule; }; -- cgit v1.2.3-1-g7c22