mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 19:41:29 +00:00
Freeze tilt when exiting
This commit is contained in:
parent
4a099fd98d
commit
a7156c80a7
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue