summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoinfo.h')
-rw-r--r--src/object/auto/autoinfo.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/object/auto/autoinfo.h b/src/object/auto/autoinfo.h
index 412a0af..7cd3002 100644
--- a/src/object/auto/autoinfo.h
+++ b/src/object/auto/autoinfo.h
@@ -48,17 +48,17 @@ public:
CAutoInfo(CInstanceManager* iMan, CObject* object);
~CAutoInfo();
- void DeleteObject(BOOL bAll=FALSE);
+ void DeleteObject(bool bAll=false);
void Init();
void Start(int param);
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
Error RetError();
- BOOL CreateInterface(BOOL bSelect);
+ bool CreateInterface(bool bSelect);
- BOOL Write(char *line);
- BOOL Read(char *line);
+ bool Write(char *line);
+ bool Read(char *line);
protected:
void UpdateInterface(float rTime);
@@ -72,6 +72,6 @@ protected:
float m_timeVirus;
float m_lastParticule;
D3DVECTOR m_goal;
- BOOL m_bLastVirus;
+ bool m_bLastVirus;
};