diff options
author | bigbossbro08 <bigbossbro08@gmail.com> | 2020-05-10 18:04:36 +0200 |
---|---|---|
committer | bigbossbro08 <bigbossbro08@gmail.com> | 2020-05-10 18:04:36 +0200 |
commit | b4abb6ddd8c2daee13cc9f83f17286fdf286c798 (patch) | |
tree | 95cbe05e3986b98723dd1bced71ac78b1405fb97 /src/vehicles | |
parent | Fixed typos and made all assert functions optional (diff) | |
download | re3-b4abb6ddd8c2daee13cc9f83f17286fdf286c798.tar re3-b4abb6ddd8c2daee13cc9f83f17286fdf286c798.tar.gz re3-b4abb6ddd8c2daee13cc9f83f17286fdf286c798.tar.bz2 re3-b4abb6ddd8c2daee13cc9f83f17286fdf286c798.tar.lz re3-b4abb6ddd8c2daee13cc9f83f17286fdf286c798.tar.xz re3-b4abb6ddd8c2daee13cc9f83f17286fdf286c798.tar.zst re3-b4abb6ddd8c2daee13cc9f83f17286fdf286c798.zip |
Diffstat (limited to 'src/vehicles')
-rw-r--r-- | src/vehicles/Vehicle.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index 76c2b90c..f7205c7d 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -292,10 +292,5 @@ public: }; VALIDATE_SIZE(CVehicle, 0x288); -#ifdef CHECK_STRUCT_SIZES -static_assert(offsetof(CVehicle, m_pCurGroundEntity) == 0x1E0, "CVehicle: error"); -static_assert(offsetof(CVehicle, m_nAlarmState) == 0x1A0, "CVehicle: error"); -static_assert(offsetof(CVehicle, m_nLastWeaponDamage) == 0x228, "CVehicle: error"); -#endif void DestroyVehicleAndDriverAndPassengers(CVehicle* pVehicle); |