Fix IT sign always displaying for the tagger in splitscreen

This commit is contained in:
Lactozilla 2025-01-30 22:47:26 -03:00
parent 8701ef41f6
commit a172297cfb

View file

@ -3310,6 +3310,7 @@ static void P_DoPlayerHeadSigns(player_t *player)
sign->frame = 2|FF_FULLBRIGHT;
}
}
}
if (!P_MobjWasRemoved(sign) && splitscreen) // Hide the sign from yourself in splitscreen - In single-screen, it wouldn't get spawned if it shouldn't be visible
{
@ -3347,7 +3348,6 @@ static void P_DoPlayerHeadSigns(player_t *player)
}
#endif
}
}
}
//