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/auto/autoconvert.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/object/auto/autoconvert.h') diff --git a/src/object/auto/autoconvert.h b/src/object/auto/autoconvert.h index dbe7b26..5d610eb 100644 --- a/src/object/auto/autoconvert.h +++ b/src/object/auto/autoconvert.h @@ -49,21 +49,21 @@ public: CAutoConvert(CInstanceManager* iMan, CObject* object); ~CAutoConvert(); - 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 Abort(); + bool Abort(); - 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* SearchStone(ObjectType type); - BOOL SearchVehicle(); + bool SearchVehicle(); void CreateMetal(); protected: @@ -72,8 +72,8 @@ protected: float m_speed; float m_timeVirus; float m_lastParticule; - BOOL m_bResetDelete; - BOOL m_bSoundClose; + bool m_bResetDelete; + bool m_bSoundClose; int m_soundChannel; }; -- cgit v1.2.3-1-g7c22