summaryrefslogtreecommitdiffstats
path: root/src/animation/AnimBlendAssociation.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-07-11 03:26:21 +0200
committerwithmorten <morten.with@gmail.com>2021-07-11 03:26:21 +0200
commitd7ceb4870c621dedc088cd4c8eccde63ad281230 (patch)
tree1fd5987a3b765e31c238144ccc84ff1833e6f832 /src/animation/AnimBlendAssociation.h
parentPhysical: division by zero fix (diff)
downloadre3-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/AnimBlendAssociation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendAssociation.h b/src/animation/AnimBlendAssociation.h
index 80927da2..45720b6f 100644
--- a/src/animation/AnimBlendAssociation.h
+++ b/src/animation/AnimBlendAssociation.h
@@ -35,7 +35,7 @@ public:
CAnimBlendLink link;
- int numNodes; // taken from CAnimBlendClumpData::numFrames
+ int32 numNodes; // taken from CAnimBlendClumpData::numFrames
// NB: Order of these depends on order of nodes in Clump this was built from
CAnimBlendNode *nodes;
CAnimBlendHierarchy *hierarchy;