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/animation/AnimBlendSequence.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/animation/AnimBlendSequence.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/animation/AnimBlendSequence.h b/src/animation/AnimBlendSequence.h index 759a12ea..4dce3b13 100644 --- a/src/animation/AnimBlendSequence.h +++ b/src/animation/AnimBlendSequence.h @@ -49,10 +49,6 @@ public: // void CompressKeyframes(void); // void RemoveUncompressedData(void); -#ifdef PED_SKIN void SetBoneTag(int tag) { boneTag = tag; } -#endif }; -#ifndef PED_SKIN -VALIDATE_SIZE(CAnimBlendSequence, 0x2C); -#endif +VALIDATE_SIZE(CAnimBlendSequence, 0x30); |