diff options
author | aap <aap@papnet.eu> | 2020-11-16 22:43:15 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-11-16 22:43:15 +0100 |
commit | 3564b85b4e354272cea8a8217f9e27827a043d7a (patch) | |
tree | 9b2486481cbd4b226c5430bb8f7f8e61e8a81ce6 /src/animation/AnimBlendAssociation.h | |
parent | little fix to ps2 CPad (diff) | |
download | re3-3564b85b4e354272cea8a8217f9e27827a043d7a.tar re3-3564b85b4e354272cea8a8217f9e27827a043d7a.tar.gz re3-3564b85b4e354272cea8a8217f9e27827a043d7a.tar.bz2 re3-3564b85b4e354272cea8a8217f9e27827a043d7a.tar.lz re3-3564b85b4e354272cea8a8217f9e27827a043d7a.tar.xz re3-3564b85b4e354272cea8a8217f9e27827a043d7a.tar.zst re3-3564b85b4e354272cea8a8217f9e27827a043d7a.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 2dff4391..80927da2 100644 --- a/src/animation/AnimBlendAssociation.h +++ b/src/animation/AnimBlendAssociation.h @@ -13,7 +13,7 @@ enum { ASSOC_MOVEMENT = 0x20, // ??? ASSOC_HAS_TRANSLATION = 0x40, ASSOC_WALK = 0x80, // for CPed::PlayFootSteps(void) - ASSOC_FLAG_XPRESS = 0x100, // only used by xpress scratch, see CPed::Chat(void) + ASSOC_IDLE = 0x100, // only used by xpress scratch, see CPed::Chat(void) ASSOC_NOWALK = 0x200, // see CPed::PlayFootSteps(void) ASSOC_BLOCK = 0x400, // unused in assoc description, blocks other anims from being played ASSOC_FRONTAL = 0x800, // anims that we fall to front |