diff options
author | withmorten <morten.with@gmail.com> | 2021-07-11 03:26:21 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-07-11 03:26:21 +0200 |
commit | d7ceb4870c621dedc088cd4c8eccde63ad281230 (patch) | |
tree | 1fd5987a3b765e31c238144ccc84ff1833e6f832 /src/animation/AnimBlendClumpData.cpp | |
parent | Physical: division by zero fix (diff) | |
download | re3-d7ceb4870c621dedc088cd4c8eccde63ad281230.tar re3-d7ceb4870c621dedc088cd4c8eccde63ad281230.tar.gz re3-d7ceb4870c621dedc088cd4c8eccde63ad281230.tar.bz2 re3-d7ceb4870c621dedc088cd4c8eccde63ad281230.tar.lz re3-d7ceb4870c621dedc088cd4c8eccde63ad281230.tar.xz re3-d7ceb4870c621dedc088cd4c8eccde63ad281230.tar.zst re3-d7ceb4870c621dedc088cd4c8eccde63ad281230.zip |
Diffstat (limited to '')
-rw-r--r-- | src/animation/AnimBlendClumpData.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animation/AnimBlendClumpData.cpp b/src/animation/AnimBlendClumpData.cpp index 702ee811..b333a449 100644 --- a/src/animation/AnimBlendClumpData.cpp +++ b/src/animation/AnimBlendClumpData.cpp @@ -3,7 +3,6 @@ #include "AnimBlendClumpData.h" #include "MemoryMgr.h" - CAnimBlendClumpData::CAnimBlendClumpData(void) { numFrames = 0; |