summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-11-24 15:18:39 +0100
committeraap <aap@papnet.eu>2020-11-24 15:18:39 +0100
commit1906a08f7220cb90d136b0a0e4d2e18e0c7ef5eb (patch)
treecfe9909a898951fdf4d2bfc7f2339aeed0ea0bc3 /src/animation
parentScript commands split to original files (diff)
downloadre3-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 'src/animation')
-rw-r--r--src/animation/AnimBlendSequence.h2
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;