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:
toaster 2023-04-12 10:09:21 +00:00
commit ffd59c3d9b

View file

@ -584,7 +584,7 @@ void K_ProcessTerrainEffect(mobj_t *mo)
{
if (player->mo->floorrover != NULL)
{
slope = *player->mo->ceilingrover->t_slope;
slope = *player->mo->floorrover->t_slope;
}
else
{