diff options
Diffstat (limited to '')
-rw-r--r-- | src/animation/AnimBlendSequence.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/animation/AnimBlendSequence.h b/src/animation/AnimBlendSequence.h index 6d8c98aa..759a12ea 100644 --- a/src/animation/AnimBlendSequence.h +++ b/src/animation/AnimBlendSequence.h @@ -24,9 +24,7 @@ public: int32 type; char name[24]; int32 numFrames; -#ifdef PED_SKIN int16 boneTag; -#endif void *keyFrames; void *keyFramesCompressed; |