aboutsummaryrefslogtreecommitdiffstats
path: root/src/animation/AnimBlendSequence.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-12-18 17:27:18 +0100
committeraap <aap@papnet.eu>2020-12-18 17:27:18 +0100
commitc17ccc50ab76e7f161af484400914db373dcafae (patch)
tree99a3172806399c1d79fece17b065e32083441d9c /src/animation/AnimBlendSequence.h
parent75a9976cbc730acbb131e7cd2ae5abcff934a542 (diff)
get rid of all PED_SKIN defines
Diffstat (limited to 'src/animation/AnimBlendSequence.h')
-rw-r--r--src/animation/AnimBlendSequence.h6
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);