Remove flight indicator on death as well

This commit is contained in:
lachwright 2019-12-31 16:54:52 +08:00
parent d3c56cd807
commit 1a78b3548c

View file

@ -552,7 +552,7 @@ void B_HandleFlightIndicator(player_t *player)
if (!tails)
return;
if (thinkfly && player->bot == 1)
if (thinkfly && player->bot == 1 && tails->health)
{
if (!tails->hnext)
{