fixed hanim for 64 bit

This commit is contained in:
aap
2020-07-24 23:29:33 +02:00
parent b05cb3f1a3
commit 1c44368f0a
6 changed files with 18 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ struct AnimBlendFrameData
#ifdef PED_SKIN
union {
RwFrame *frame;
RpHAnimStdKeyFrame *hanimFrame;
RpHAnimStdInterpFrame *hanimFrame;
};
int32 nodeID;
#else