mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 05:44:08 +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
|
@ -579,7 +579,7 @@ CEntity::UpdateRpHAnim(void)
|
|||
char buf[256];
|
||||
if(this == (CEntity*)FindPlayerPed())
|
||||
for(i = 0; i < hier->numNodes; i++){
|
||||
RpHAnimStdKeyFrame *kf = (RpHAnimStdKeyFrame*)rpHANIMHIERARCHYGETINTERPFRAME(hier, i);
|
||||
RpHAnimStdInterpFrame *kf = (RpHAnimStdInterpFrame*)rpHANIMHIERARCHYGETINTERPFRAME(hier, i);
|
||||
sprintf(buf, "%6.3f %6.3f %6.3f %6.3f %6.3f %6.3f %6.3f %d %s",
|
||||
kf->q.imag.x, kf->q.imag.y, kf->q.imag.z, kf->q.real,
|
||||
kf->t.x, kf->t.y, kf->t.z,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue