summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motionant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/motion/motionant.h')
-rw-r--r--src/object/motion/motionant.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/object/motion/motionant.h b/src/object/motion/motionant.h
index 4d5781a..084a9a9 100644
--- a/src/object/motion/motionant.h
+++ b/src/object/motion/motionant.h
@@ -53,13 +53,13 @@ public:
CMotionAnt(CInstanceManager* iMan, CObject* object);
~CMotionAnt();
- void DeleteObject(BOOL bAll=FALSE);
- BOOL Create(D3DVECTOR pos, float angle, ObjectType type, float power);
- BOOL EventProcess(const Event &event);
+ void DeleteObject(bool bAll=false);
+ bool Create(D3DVECTOR pos, float angle, ObjectType type, float power);
+ bool EventProcess(const Event &event);
protected:
void CreatePhysics();
- BOOL EventFrame(const Event &event);
+ bool EventFrame(const Event &event);
protected:
float m_armMember;
@@ -71,7 +71,7 @@ protected:
int m_armPartIndex;
int m_armMemberIndex;
int m_armLastAction;
- BOOL m_bArmStop;
+ bool m_bArmStop;
float m_lastParticule;
};