mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 05:19:59 +00:00
Audio fixes for erorcun review
This commit is contained in:
parent
9afac431b0
commit
c7e9ddb566
4 changed files with 41 additions and 41 deletions
|
@ -286,7 +286,7 @@ class cTransmission;
|
|||
class cVehicleParams
|
||||
{
|
||||
public:
|
||||
uint8 m_bDistancECalculated;
|
||||
bool m_bDistanceCalculated;
|
||||
char gap_1[3];
|
||||
float m_fDistance;
|
||||
CVehicle *m_pVehicle;
|
||||
|
@ -295,4 +295,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