mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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)
|
||||
{
|
||||
slope = *player->mo->ceilingrover->t_slope;
|
||||
slope = *player->mo->floorrover->t_slope;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue