From 5c30b3a188c768c22afff13eb118dea7fd541a6c Mon Sep 17 00:00:00 2001 From: aap Date: Thu, 7 May 2020 12:48:57 +0200 Subject: got rid of superfluous enum; update librw --- src/control/CarCtrl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/control/CarCtrl.h') diff --git a/src/control/CarCtrl.h b/src/control/CarCtrl.h index 44ef9ab6..457224fb 100644 --- a/src/control/CarCtrl.h +++ b/src/control/CarCtrl.h @@ -23,6 +23,7 @@ enum{ class CCarCtrl { +public: enum eCarClass { POOR = 0, RICH, @@ -43,7 +44,7 @@ class CCarCtrl GANG9, COPS }; -public: + static void SwitchVehicleToRealPhysics(CVehicle*); static void AddToCarArray(int32 id, int32 vehclass); static void UpdateCarCount(CVehicle*, bool); -- cgit v1.2.3