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

@ -41,6 +41,7 @@
#define HIERNODEINFO(hier) ((hier)->pNodeInfo)
#define HIERNODEID(hier, i) ((hier)->pNodeInfo[i].nodeID)
#define HANIMFRAME(anim, i) ((RwUInt8*)(anim)->pFrames + (i)*(anim)->interpInfo->keyFrameSize)
#define RpHAnimStdInterpFrame RpHAnimStdKeyFrame
#endif
#ifdef RWHALFPIXEL