summaryrefslogtreecommitdiffstats
path: root/src/animation/AnimBlendAssociation.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-11-09 16:17:54 +0100
committereray orçunus <erayorcunus@gmail.com>2019-11-12 23:16:23 +0100
commit030f64daf106d75c4dc058d3799483a2e79c5e6b (patch)
treedb6355ac25253a21eb18435f2fae612045903f9a /src/animation/AnimBlendAssociation.h
parentMerge pull request #263 from Sergeanur/strcmp (diff)
downloadre3-030f64daf106d75c4dc058d3799483a2e79c5e6b.tar
re3-030f64daf106d75c4dc058d3799483a2e79c5e6b.tar.gz
re3-030f64daf106d75c4dc058d3799483a2e79c5e6b.tar.bz2
re3-030f64daf106d75c4dc058d3799483a2e79c5e6b.tar.lz
re3-030f64daf106d75c4dc058d3799483a2e79c5e6b.tar.xz
re3-030f64daf106d75c4dc058d3799483a2e79c5e6b.tar.zst
re3-030f64daf106d75c4dc058d3799483a2e79c5e6b.zip
Diffstat (limited to '')
-rw-r--r--src/animation/AnimBlendAssociation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendAssociation.h b/src/animation/AnimBlendAssociation.h
index 01d862cc..aec28f56 100644
--- a/src/animation/AnimBlendAssociation.h
+++ b/src/animation/AnimBlendAssociation.h
@@ -16,7 +16,7 @@ enum {
ASSOC_FLAG80 = 0x80, // used for footstep sound calculation
ASSOC_FLAG100 = 0x100,
ASSOC_FLAG200 = 0x200,
- ASSOC_FLAG400 = 0x400, // not seen yet
+ ASSOC_FLAG400 = 0x400, // unused, blending it with move anims makes them stop. 0x800 in VC
ASSOC_FLAG800 = 0x800, // anims that we fall to front. 0x1000 in VC
ASSOC_HAS_X_TRANSLATION = 0x1000,
// 0x2000 is vehicle anims in VC