summaryrefslogtreecommitdiffstats
path: root/src/animation/AnimBlendClumpData.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-08-24 22:46:17 +0200
committerGitHub <noreply@github.com>2020-08-24 22:46:17 +0200
commit8e7989087d93ba51deeca8a2d49629de18d918eb (patch)
treec15b8220c0d69132e90cbd3189d0d37fa30f9f24 /src/animation/AnimBlendClumpData.h
parentFix (diff)
parentCompilation fix (diff)
downloadre3-8e7989087d93ba51deeca8a2d49629de18d918eb.tar
re3-8e7989087d93ba51deeca8a2d49629de18d918eb.tar.gz
re3-8e7989087d93ba51deeca8a2d49629de18d918eb.tar.bz2
re3-8e7989087d93ba51deeca8a2d49629de18d918eb.tar.lz
re3-8e7989087d93ba51deeca8a2d49629de18d918eb.tar.xz
re3-8e7989087d93ba51deeca8a2d49629de18d918eb.tar.zst
re3-8e7989087d93ba51deeca8a2d49629de18d918eb.zip
Diffstat (limited to 'src/animation/AnimBlendClumpData.h')
-rw-r--r--src/animation/AnimBlendClumpData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation/AnimBlendClumpData.h b/src/animation/AnimBlendClumpData.h
index 4043c778..af7e5df5 100644
--- a/src/animation/AnimBlendClumpData.h
+++ b/src/animation/AnimBlendClumpData.h
@@ -12,6 +12,7 @@ struct AnimBlendFrameData
VELOCITY_EXTRACTION = 8,
VELOCITY_EXTRACTION_3D = 0x10,
UPDATE_KEYFRAMES = 0x20,
+ UNK_COMPRESSED = 0x40,
};
uint8 flag;