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/peds/Ped.h | |
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 '')
-rw-r--r-- | src/peds/Ped.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index e399b7e4..56e527c5 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -896,18 +896,5 @@ public: void FinishFuckUCB(CAnimBlendAssociation *assoc, void *arg); #ifndef PED_SKIN -#ifdef CHECK_STRUCT_SIZES -static_assert(offsetof(CPed, m_nPedState) == 0x224, "CPed: error"); -static_assert(offsetof(CPed, m_pCurSurface) == 0x2FC, "CPed: error"); -static_assert(offsetof(CPed, m_pMyVehicle) == 0x310, "CPed: error"); -static_assert(offsetof(CPed, m_nPedType) == 0x32C, "CPed: error"); -static_assert(offsetof(CPed, m_pCollidingEntity) == 0x34C, "CPed: error"); -static_assert(offsetof(CPed, m_weapons) == 0x35C, "CPed: error"); -static_assert(offsetof(CPed, m_currentWeapon) == 0x498, "CPed: error"); -static_assert(offsetof(CPed, m_lookTimer) == 0x4CC, "CPed: error"); -static_assert(offsetof(CPed, m_bodyPartBleeding) == 0x4F2, "CPed: error"); -static_assert(offsetof(CPed, m_pedInObjective) == 0x16C, "CPed: error"); -static_assert(offsetof(CPed, m_pEventEntity) == 0x19C, "CPed: error"); -#endif VALIDATE_SIZE(CPed, 0x53C); #endif |