diff options
author | aap <aap@papnet.eu> | 2020-12-18 17:27:18 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-12-18 17:27:18 +0100 |
commit | c17ccc50ab76e7f161af484400914db373dcafae (patch) | |
tree | 99a3172806399c1d79fece17b065e32083441d9c /src/peds/PlayerPed.h | |
parent | memorymgr fix (diff) | |
download | re3-c17ccc50ab76e7f161af484400914db373dcafae.tar re3-c17ccc50ab76e7f161af484400914db373dcafae.tar.gz re3-c17ccc50ab76e7f161af484400914db373dcafae.tar.bz2 re3-c17ccc50ab76e7f161af484400914db373dcafae.tar.lz re3-c17ccc50ab76e7f161af484400914db373dcafae.tar.xz re3-c17ccc50ab76e7f161af484400914db373dcafae.tar.zst re3-c17ccc50ab76e7f161af484400914db373dcafae.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/PlayerPed.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h index e09a67f0..3c58f7f5 100644 --- a/src/peds/PlayerPed.h +++ b/src/peds/PlayerPed.h @@ -108,6 +108,4 @@ public: static const uint32 nSaveStructSize; }; -#ifndef PED_SKIN -VALIDATE_SIZE(CPlayerPed, 0x5F0); -#endif +//VALIDATE_SIZE(CPlayerPed, 0x5F0); |