Freeze tilt when exiting

This commit is contained in:
Sally Coolatta 2021-04-05 01:08:39 -04:00
parent 4a099fd98d
commit a7156c80a7

View file

@ -4310,6 +4310,11 @@ DoABarrelRoll (player_t *player)
angle_t slope;
angle_t delta;
if (player->exiting)
{
return;
}
if (player->mo->standingslope)
{
slope = player->mo->standingslope->zangle;