mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-15 10:06:24 +00:00
Merge branch 'fix-perpetual-damage-floor-respawn' into 'master'
Reset TERRAIN when respawning See merge request KartKrew/Kart!1068
This commit is contained in:
commit
6f6df2cfe2
1 changed files with 1 additions and 0 deletions
|
|
@ -4032,6 +4032,7 @@ static void P_PlayerMobjThinker(mobj_t *mobj)
|
|||
P_CheckPosition(mobj, mobj->x, mobj->y, NULL);
|
||||
mobj->floorz = tm.floorz;
|
||||
mobj->ceilingz = tm.ceilingz;
|
||||
mobj->terrain = NULL;
|
||||
goto animonly;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue