diff options
author | aap <aap@papnet.eu> | 2020-07-24 23:29:33 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-07-24 23:29:33 +0200 |
commit | 1c44368f0ab171bf3b551af66842f11d0d6ec990 (patch) | |
tree | fe1ed15873ceb79106e049915acbd4976684d8b5 /src/animation/AnimBlendClumpData.h | |
parent | b05cb3f1a3a1a5fbc18efe78a58e1408a1f2ffda (diff) |
fixed hanim for 64 bit
Diffstat (limited to 'src/animation/AnimBlendClumpData.h')
-rw-r--r-- | src/animation/AnimBlendClumpData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/AnimBlendClumpData.h b/src/animation/AnimBlendClumpData.h index b953ee88..4043c778 100644 --- a/src/animation/AnimBlendClumpData.h +++ b/src/animation/AnimBlendClumpData.h @@ -19,7 +19,7 @@ struct AnimBlendFrameData #ifdef PED_SKIN union { RwFrame *frame; - RpHAnimStdKeyFrame *hanimFrame; + RpHAnimStdInterpFrame *hanimFrame; }; int32 nodeID; #else |