mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Merge branch 'fix-fof-spring-terrain' into 'master'
K_ProcessTerrainEffect: fix spring crash on top of FOF See merge request KartKrew/Kart!1162
This commit is contained in:
commit
ffd59c3d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -584,7 +584,7 @@ void K_ProcessTerrainEffect(mobj_t *mo)
|
||||||
{
|
{
|
||||||
if (player->mo->floorrover != NULL)
|
if (player->mo->floorrover != NULL)
|
||||||
{
|
{
|
||||||
slope = *player->mo->ceilingrover->t_slope;
|
slope = *player->mo->floorrover->t_slope;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue