cleanup processVehicle

This commit is contained in:
Roman Masanin
2020-09-18 19:14:36 +03:00
parent 7f77e8a441
commit 5f810ff21c
2 changed files with 7 additions and 15 deletions

View File

@@ -143,7 +143,7 @@ public:
class cVehicleParams
{
public:
int32 m_VehicleType;
eVehicleType m_VehicleType;
bool m_bDistanceCalculated;
float m_fDistance;
CVehicle *m_pVehicle;