Update skidmark.c

This commit is contained in:
Dethrace Engineering Department 2022-03-07 10:53:06 +13:00 committed by GitHub
parent 4ed433e095
commit 64cf56dd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ void AdjustSkid(int pSkid_num, br_matrix34* pMatrix, int pMaterial_index) {
gSkids[pSkid_num].pos.v[1] = pMatrix->m[3][1];
gSkids[pSkid_num].pos.v[2] = pMatrix->m[3][2];
gSkids[pSkid_num].actor->material = MaterialFromIndex(pMaterial_index);
gSkids[pSkid_num].actor->render_data = BR_RSTYLE_DEFAULT;
gSkids[pSkid_num].actor->render_style = BR_RSTYLE_DEFAULT;
}
// IDA: int __usercall FarFromLine2D@<EAX>(br_vector3 *pPt@<EAX>, br_vector3 *pL1@<EDX>, br_vector3 *pL2@<EBX>)