renamed a vehicle thing

This commit is contained in:
aap
2020-06-02 14:38:57 +02:00
parent c00f7a8d22
commit 575c5466df
3 changed files with 11 additions and 11 deletions

View File

@ -52,7 +52,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
m_nCurrentGear = 1;
m_fChangeGearTime = 0.0f;
m_fSteerRatio = 0.0f;
m_fSteerInput = 0.0f;
m_type = ENTITY_TYPE_VEHICLE;
VehicleCreatedBy = CreatedBy;
bIsLocked = false;