mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 21:22:40 +00:00
Merge branch 'fixOmnidirectionalLoops' into 'master'
Fix loops sometimes flinging you to kingdom come See merge request KartKrew/RingRacers!136
This commit is contained in:
commit
8dbcef0d22
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