summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autorepair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autorepair.h')
-rw-r--r--src/object/auto/autorepair.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/object/auto/autorepair.h b/src/object/auto/autorepair.h
index 9f5cc5e..6d52c7a 100644
--- a/src/object/auto/autorepair.h
+++ b/src/object/auto/autorepair.h
@@ -49,16 +49,16 @@ public:
CAutoRepair(CInstanceManager* iMan, CObject* object);
~CAutoRepair();
- 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* SearchVehicle();