Merge with upstream

This commit is contained in:
Nikolay Korolev 2019-06-26 23:34:14 +03:00
commit 08b053a568
50 changed files with 4929 additions and 795 deletions

View file

@ -8,4 +8,6 @@ public:
static void SwitchVehicleToRealPhysics(CVehicle*);
static void AddToCarArray(int id, int vehclass);
static void UpdateCarCount(CVehicle*, bool);
static int32 &NumLawEnforcerCars;
};