Skip to content

Commit

Permalink
tr2/lara/hair: remove cdecl attribute
Browse files Browse the repository at this point in the history
Accidentally re-introduced in LostArtefacts#2141.
  • Loading branch information
lahm86 committed Dec 29, 2024
1 parent a98930a commit f773721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr2/game/lara/hair.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ static void M_CalculateSpheres_I(
Matrix_Interpolate();
}

void __cdecl Lara_Hair_Initialise(void)
void Lara_Hair_Initialise(void)
{
const int32_t *const bone_base =
&g_AnimBones[g_Objects[O_LARA_HAIR].bone_idx];
Expand Down

0 comments on commit f773721

Please sign in to comment.