mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 21:59:23 +00:00
fixed hanim for 64 bit
This commit is contained in:
parent
15918feb8e
commit
b5b64ca351
6 changed files with 17 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue