diff options
author | aap <aap@papnet.eu> | 2020-11-24 15:18:39 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-11-24 15:18:39 +0100 |
commit | 1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb (patch) | |
tree | cfe9909a898951fdf4d2bfc7f2339aeed0ea0bc3 /src/animation/AnimBlendSequence.h | |
parent | Script commands split to original files (diff) | |
download | re3-1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb.tar re3-1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb.tar.gz re3-1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb.tar.bz2 re3-1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb.tar.lz re3-1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb.tar.xz re3-1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb.tar.zst re3-1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb.zip |
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; |