diff options
author | aap <aap@papnet.eu> | 2021-01-13 13:06:38 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-13 13:06:38 +0100 |
commit | 2804ad2363626958be7513014b9a302ea72768b6 (patch) | |
tree | 7b8dcfe41c57392b982df3e41f0762246dfd7646 /src/animation/AnimBlendClumpData.cpp | |
parent | rename m_vehEnterType -> m_vehDoor (diff) | |
download | re3-2804ad2363626958be7513014b9a302ea72768b6.tar re3-2804ad2363626958be7513014b9a302ea72768b6.tar.gz re3-2804ad2363626958be7513014b9a302ea72768b6.tar.bz2 re3-2804ad2363626958be7513014b9a302ea72768b6.tar.lz re3-2804ad2363626958be7513014b9a302ea72768b6.tar.xz re3-2804ad2363626958be7513014b9a302ea72768b6.tar.zst re3-2804ad2363626958be7513014b9a302ea72768b6.zip |
Diffstat (limited to 'src/animation/AnimBlendClumpData.cpp')
-rw-r--r-- | src/animation/AnimBlendClumpData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendClumpData.cpp b/src/animation/AnimBlendClumpData.cpp index 4e8f3153..620c2229 100644 --- a/src/animation/AnimBlendClumpData.cpp +++ b/src/animation/AnimBlendClumpData.cpp @@ -8,7 +8,7 @@ CAnimBlendClumpData::CAnimBlendClumpData(void) { numFrames = 0; - velocity = nil; + velocity2d = nil; frames = nil; link.Init(); } |