summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autotower.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autotower.h')
-rw-r--r--src/object/auto/autotower.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/object/auto/autotower.h b/src/object/auto/autotower.h
index 64448d3..cf4fc3b 100644
--- a/src/object/auto/autotower.h
+++ b/src/object/auto/autotower.h
@@ -49,22 +49,22 @@ public:
CAutoTower(CInstanceManager* iMan, CObject* object);
~CAutoTower();
- 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:
void UpdateInterface(float rTime);
CObject* SearchTarget(D3DVECTOR &impact);
- void FireStopUpdate(float progress, BOOL bLightOn);
+ void FireStopUpdate(float progress, bool bLightOn);
protected:
AutoTowerPhase m_phase;