got rid of superfluous enum; update librw

This commit is contained in:
aap
2020-05-07 12:48:57 +02:00
parent 876e402d1e
commit 5c30b3a188
6 changed files with 36 additions and 30 deletions

View File

@ -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);