summaryrefslogtreecommitdiffstats
path: root/src/animation/AnimBlendHierarchy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/AnimBlendHierarchy.h')
-rw-r--r--src/animation/AnimBlendHierarchy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animation/AnimBlendHierarchy.h b/src/animation/AnimBlendHierarchy.h
index b34ae210..815251b3 100644
--- a/src/animation/AnimBlendHierarchy.h
+++ b/src/animation/AnimBlendHierarchy.h
@@ -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;