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/CopPed.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/CopPed.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/peds/CopPed.h b/src/peds/CopPed.h index 06fe54b0..3f5ae06d 100644 --- a/src/peds/CopPed.h +++ b/src/peds/CopPed.h @@ -48,6 +48,4 @@ public: void ProcessStingerCop(void); }; -#ifndef PED_SKIN -VALIDATE_SIZE(CCopPed, 0x558); -#endif +VALIDATE_SIZE(CCopPed, 0x62C); |