mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 19:30:34 +00:00
merge with upstream
This commit is contained in:
commit
5b0cf80a76
70 changed files with 4022 additions and 840 deletions
|
@ -288,7 +288,7 @@ class cTransmission;
|
|||
class cVehicleParams
|
||||
{
|
||||
public:
|
||||
uint8 m_bDistancECalculated;
|
||||
bool m_bDistanceCalculated;
|
||||
char gap_1[3];
|
||||
float m_fDistance;
|
||||
CVehicle *m_pVehicle;
|
||||
|
@ -297,4 +297,4 @@ public:
|
|||
float m_fVelocityChange;
|
||||
};
|
||||
|
||||
static_assert(sizeof(cVehicleParams) == 0x18, "CVehicle: error");
|
||||
static_assert(sizeof(cVehicleParams) == 0x18, "cVehicleParams: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue