diff options
| author | Lucas <60241136+ordlucas@users.noreply.github.com> | 2022-07-11 22:32:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 22:32:35 -0400 |
| commit | 9726a30109b278192f52b2d36ac9abf36f3a3965 (patch) | |
| tree | 808c7896f2c56d33a66efb11a1c217657793742c /src/code | |
| parent | c6674523293c7dddfb67e5b7c75493145614832e (diff) | |
`ovl_En_Part` OK (#903)
* `ovl_En_Part` decompiled
* Suggested changes
* Rename body part displaylist
* Suggested changes
* Rename displaylist and params enum
* Remove randvar, rename enum from params to type
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_actor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 273581621..4ba99cec9 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -3545,7 +3545,7 @@ void Actor_SpawnBodyParts(Actor* actor, PlayState* play, s32 arg2, Gfx** dList) part = (EnPart*)spawnedPart; Matrix_MtxFToYXZRot(currentMatrix, &part->actor.shape.rot, false); - part->unk_150 = *dList; + part->dList = *dList; Math_Vec3f_Copy(&part->actor.scale, &actor->scale); } } |
