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