mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Prevent Tailsbot from considering flight when Sonic is exiting.
This commit is contained in:
parent
bb881947e0
commit
1223fac552
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ static inline void B_BuildTailsTiccmd(mobj_t *sonic, mobj_t *tails, ticcmd_t *cm
|
|||
// ********
|
||||
// FLY MODE
|
||||
// spinmode check
|
||||
if (spinmode)
|
||||
if (spinmode || player->exiting)
|
||||
thinkfly = false;
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue