mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Remove flight indicator on death as well
This commit is contained in:
parent
d3c56cd807
commit
1a78b3548c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue