mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Prevent Tailsbot from considering flight when Sonic is exiting.
This commit is contained in:
parent
05ee9c8a21
commit
e8b3f84741
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…
Reference in a new issue