anim compression

This commit is contained in:
aap
2020-12-18 23:46:51 +01:00
parent 73d080bcc8
commit 9982f1f21b
17 changed files with 651 additions and 88 deletions

View File

@@ -11,8 +11,8 @@ public:
char name[24];
CAnimBlendSequence *sequences;
int16 numSequences;
bool compressed; // not really used
bool compressed2; // not really used
bool compressed;
bool keepCompressed;
float totalLength;
CLink<CAnimBlendHierarchy*> *linkPtr;