summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autodestroyer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autodestroyer.h')
-rw-r--r--src/object/auto/autodestroyer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/object/auto/autodestroyer.h b/src/object/auto/autodestroyer.h
index 5fd0437..ececb32 100644
--- a/src/object/auto/autodestroyer.h
+++ b/src/object/auto/autodestroyer.h
@@ -47,20 +47,20 @@ public:
CAutoDestroyer(CInstanceManager* iMan, CObject* object);
~CAutoDestroyer();
- void DeleteObject(BOOL bAll=FALSE);
+ void DeleteObject(bool bAll=false);
void Init();
- 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:
CObject* SearchPlastic();
- BOOL SearchVehicle();
+ bool SearchVehicle();
protected:
AutoDestroyerPhase m_phase;
@@ -68,6 +68,6 @@ protected:
float m_speed;
float m_timeVirus;
float m_lastParticule;
- BOOL m_bExplo;
+ bool m_bExplo;
};