Prevent Tailsbot from considering flight when Sonic is exiting.

This commit is contained in:
toaster 2019-11-26 11:53:49 +00:00
parent 05ee9c8a21
commit e8b3f84741
1 changed files with 1 additions and 1 deletions

View File

@ -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
{