mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix loops sometimes flinging you to kingdom come
This commit is contained in:
parent
b1cf9e5b39
commit
afc2e96bb7
1 changed files with 1 additions and 0 deletions
|
|
@ -4009,6 +4009,7 @@ static void P_PlayerMobjThinker(mobj_t *mobj)
|
|||
P_CheckPosition(mobj, mobj->x, mobj->y, NULL);
|
||||
mobj->floorz = g_tm.floorz;
|
||||
mobj->ceilingz = g_tm.ceilingz;
|
||||
mobj->standingslope = NULL;
|
||||
mobj->terrain = NULL;
|
||||
goto animonly;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue