uint8 enums fixed

This commit is contained in:
withmorten
2020-12-07 01:59:17 +01:00
parent 912e71be53
commit 4c0744260d
22 changed files with 48 additions and 49 deletions

View File

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