mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
Fix custom terrain footsteps never being considered under offroad conditions
This commit is contained in:
parent
26cdc0f003
commit
661285d3c6
1 changed files with 2 additions and 2 deletions
|
|
@ -979,9 +979,9 @@ void K_HandleFootstepParticles(mobj_t *mo)
|
||||||
// No TERRAIN effects for this object.
|
// No TERRAIN effects for this object.
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
fs = K_GetFootstepByIndex(mo->terrain->footstepID);
|
fs = K_GetFootstepByIndex(mo->terrain->footstepID);
|
||||||
}
|
|
||||||
|
|
||||||
if (mo->player != NULL)
|
if (mo->player != NULL)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue