initial CBike struct

This commit is contained in:
aap
2020-06-02 14:38:30 +02:00
parent 03d9525eb6
commit dbeaafbe99
4 changed files with 66 additions and 11 deletions

View File

@ -70,7 +70,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;
m_nRouteSeed = 0;