diff options
author | aap <aap@papnet.eu> | 2020-12-20 11:31:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 11:31:22 +0100 |
commit | 6697ab6b63b8ac8ce1cc96746f157a971973564f (patch) | |
tree | 308cfd8f4e23e713fec89e041d92ecc96ba462c5 /src/animation/AnimBlendClumpData.h | |
parent | Merge pull request #891 from Nick007J/miami (diff) | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.gz re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.bz2 re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.lz re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.xz re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.tar.zst re3-6697ab6b63b8ac8ce1cc96746f157a971973564f.zip |
Diffstat (limited to 'src/animation/AnimBlendClumpData.h')
-rw-r--r-- | src/animation/AnimBlendClumpData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendClumpData.h b/src/animation/AnimBlendClumpData.h index 315cbd8a..633fc7b9 100644 --- a/src/animation/AnimBlendClumpData.h +++ b/src/animation/AnimBlendClumpData.h @@ -12,7 +12,7 @@ struct AnimBlendFrameData VELOCITY_EXTRACTION = 8, VELOCITY_EXTRACTION_3D = 0x10, UPDATE_KEYFRAMES = 0x20, - UNK_COMPRESSED = 0x40, + COMPRESSED = 0x40 }; uint8 flag; |