summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autofactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autofactory.h')
-rw-r--r--src/object/auto/autofactory.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/object/auto/autofactory.h b/src/object/auto/autofactory.h
index 00e1d6b..82e2a96 100644
--- a/src/object/auto/autofactory.h
+++ b/src/object/auto/autofactory.h
@@ -50,23 +50,23 @@ public:
CAutoFactory(CInstanceManager* iMan, CObject* object);
~CAutoFactory();
- void DeleteObject(BOOL bAll=FALSE);
+ void DeleteObject(bool bAll=false);
void Init();
- BOOL EventProcess(const Event &event);
+ bool EventProcess(const Event &event);
- 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();
- void UpdateButton(CWindow *pw, EventMsg event, BOOL bBusy);
+ void UpdateButton(CWindow *pw, EventMsg event, bool bBusy);
CObject* SearchFret();
- BOOL NearestVehicle();
- BOOL CreateVehicle();
+ bool NearestVehicle();
+ bool CreateVehicle();
CObject* SearchVehicle();
void SoundManip(float time, float amplitude, float frequency);