summaryrefslogtreecommitdiffstats
path: root/src/animation/AnimBlendClumpData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/AnimBlendClumpData.h')
-rw-r--r--src/animation/AnimBlendClumpData.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/animation/AnimBlendClumpData.h b/src/animation/AnimBlendClumpData.h
index bb711b28..633fc7b9 100644
--- a/src/animation/AnimBlendClumpData.h
+++ b/src/animation/AnimBlendClumpData.h
@@ -3,6 +3,7 @@
#include "AnimBlendList.h"
+// TODO: put somewhere else
struct AnimBlendFrameData
{
enum {
@@ -30,10 +31,7 @@ class CAnimBlendClumpData
public:
CAnimBlendLink link;
int32 numFrames;
- union {
- CVector2D *velocity2d;
- CVector *velocity3d;
- };
+ CVector *velocity;
// order of frames is determined by RW hierarchy
AnimBlendFrameData *frames;