mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Add lives check to Team name HUD
This commit is contained in:
parent
f46e6883ca
commit
a9d0630b15
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ static void ST_drawLivesArea(void)
|
|||
}
|
||||
}
|
||||
// Team name
|
||||
else if (G_GametypeHasTeams())
|
||||
else if (G_GametypeHasTeams() && !(gametyperules & GTR_LIVES))
|
||||
{
|
||||
if (stplyr->ctfteam == 1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue