diff options
author | aap <aap@papnet.eu> | 2020-05-07 17:53:38 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-07 17:53:38 +0200 |
commit | 19b21cafcd0e457155c71f339dbccb94aff72d83 (patch) | |
tree | 3c61e0b3839ff14b9eaf8d30f88bcb4f4b265e65 /src/modelinfo/VehicleModelInfo.h | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-19b21cafcd0e457155c71f339dbccb94aff72d83.tar re3-19b21cafcd0e457155c71f339dbccb94aff72d83.tar.gz re3-19b21cafcd0e457155c71f339dbccb94aff72d83.tar.bz2 re3-19b21cafcd0e457155c71f339dbccb94aff72d83.tar.lz re3-19b21cafcd0e457155c71f339dbccb94aff72d83.tar.xz re3-19b21cafcd0e457155c71f339dbccb94aff72d83.tar.zst re3-19b21cafcd0e457155c71f339dbccb94aff72d83.zip |
Diffstat (limited to '')
-rw-r--r-- | src/modelinfo/VehicleModelInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modelinfo/VehicleModelInfo.h b/src/modelinfo/VehicleModelInfo.h index 3ce92d78..a999bb11 100644 --- a/src/modelinfo/VehicleModelInfo.h +++ b/src/modelinfo/VehicleModelInfo.h @@ -54,6 +54,7 @@ public: int32 m_handlingId; int32 m_vehicleClass; int32 m_level; + int16 m_frequency; CVector m_positions[NUM_VEHICLE_POSITIONS]; uint32 m_compRules; float m_bikeSteerAngle; @@ -121,4 +122,3 @@ public: static int GetMaximumNumberOfPassengersFromNumberOfDoors(int id); static void SetComponentsToUse(int8 c1, int8 c2) { ms_compsToUse[0] = c1; ms_compsToUse[1] = c2; } }; -static_assert(sizeof(CVehicleModelInfo) == 0x1F8, "CVehicleModelInfo: error"); |