diff options
author | aap <aap@papnet.eu> | 2019-06-28 19:00:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-28 19:00:26 +0200 |
commit | 3bc17b39c244786ec22e369f5da2c762b5d593f6 (patch) | |
tree | 71933b3094716a174bdaf5ed3036ad92ac1c3ee7 /src/animation/AnimBlendAssociation.h | |
parent | CHud cleanup: fixes and cosmetic treatment (diff) | |
parent | Footsteps (diff) | |
download | re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.gz re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.bz2 re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.lz re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.xz re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.tar.zst re3-3bc17b39c244786ec22e369f5da2c762b5d593f6.zip |
Diffstat (limited to 'src/animation/AnimBlendAssociation.h')
-rw-r--r-- | src/animation/AnimBlendAssociation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendAssociation.h b/src/animation/AnimBlendAssociation.h index 076fa810..d846a4d3 100644 --- a/src/animation/AnimBlendAssociation.h +++ b/src/animation/AnimBlendAssociation.h @@ -13,7 +13,7 @@ enum { ASSOC_PARTIAL = 0x10, ASSOC_MOVEMENT = 0x20, // ??? ASSOC_HAS_TRANSLATION = 0x40, - ASSOC_FLAG80 = 0x80, + ASSOC_FLAG80 = 0x80, // walking and running have it ASSOC_FLAG100 = 0x100, ASSOC_FLAG200 = 0x200, ASSOC_FLAG400 = 0x400, // not seen yet |