diff options
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); |