ntsc-beta: Fix build

This commit is contained in:
Ryan Dwyer 2021-12-11 21:04:33 +10:00
parent 94f96582b1
commit ba1c627d8c
1 changed files with 1 additions and 1 deletions

View File

@ -10632,7 +10632,7 @@ void chrHit(struct shotdata *shotdata, struct hit *hit)
darker = false;
}
func0f0268bc(hit->model, hit->unk08, hit->node, &sp5c);
func0f0268bc(hit->model, hit->hitpart, hit->node, &sp5c);
func0f148e54(prop, (struct splat *)shotdata, &sp98, &hitpos, darker, 0, g_Vars.currentplayer->prop->chr);
}