diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-06-28 18:19:00 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-06-28 18:19:00 +0200 |
commit | 7ab2ba9399eb8003821122f619371e443a8b1603 (patch) | |
tree | b0490ac6bdd9b7ff863cdd26d68280aea2e9357d /src/animation/AnimBlendAssociation.h | |
parent | Merge pull request #62 from erorcun/erorcun (diff) | |
download | re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.gz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.bz2 re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.lz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.xz re3-7ab2ba9399eb8003821122f619371e443a8b1603.tar.zst re3-7ab2ba9399eb8003821122f619371e443a8b1603.zip |
Diffstat (limited to '')
-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 |