summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autokid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autokid.h')
-rw-r--r--src/object/auto/autokid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/auto/autokid.h b/src/object/auto/autokid.h
index 8e1c3af..677d1f0 100644
--- a/src/object/auto/autokid.h
+++ b/src/object/auto/autokid.h
@@ -38,10 +38,10 @@ public:
CAutoKid(CInstanceManager* iMan, CObject* object);
~CAutoKid();
- void DeleteObject(BOOL bAll=FALSE);
+ void DeleteObject(bool bAll=false);
void Init();
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
Error RetError();
protected:
@@ -51,6 +51,6 @@ protected:
float m_progress;
float m_lastParticule;
int m_soundChannel;
- BOOL m_bSilent;
+ bool m_bSilent;
};