More byteswaps in hsfload.c
This commit is contained in:
parent
f31f250258
commit
319eb2076c
13 changed files with 499 additions and 190 deletions
|
|
@ -747,7 +747,7 @@ float BoardModelMotionShapeMaxTimeGet(s16 model)
|
|||
return 0;
|
||||
}
|
||||
motion = &Hu3DMotion[hsf_model->unk_0E];
|
||||
motion_hsf = motion->unk_04->motion;
|
||||
motion_hsf = motion->hsfData->motion;
|
||||
return motion_hsf->len;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue