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/autostation.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/object/auto/autostation.h') diff --git a/src/object/auto/autostation.h b/src/object/auto/autostation.h index 40ad57b..04f6b46 100644 --- a/src/object/auto/autostation.h +++ b/src/object/auto/autostation.h @@ -38,13 +38,13 @@ public: CAutoStation(CInstanceManager* iMan, CObject* object); ~CAutoStation(); - 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); protected: void UpdateInterface(float rTime); @@ -59,7 +59,7 @@ protected: float m_lastParticule; int m_soundChannel; D3DVECTOR m_fretPos; - BOOL m_bLastVirus; + bool m_bLastVirus; float m_energyVirus; }; -- cgit v1.2.3-1-g7c22