mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-03 01:41:15 +00:00
Show two people behind, for lookback
This commit is contained in:
parent
72e82ade04
commit
97dfa2439c
1 changed files with 1 additions and 1 deletions
|
|
@ -9997,7 +9997,7 @@ static void K_drawKartNameTags(void)
|
|||
}
|
||||
else if (netgame)
|
||||
{
|
||||
if ((ntplayer->kartstuff[k_position] >= stplyr->kartstuff[k_position]-1)
|
||||
if ((ntplayer->kartstuff[k_position] >= stplyr->kartstuff[k_position]-2)
|
||||
&& (ntplayer->kartstuff[k_position] <= stplyr->kartstuff[k_position]+2))
|
||||
{
|
||||
INT32 namelen = V_ThinStringWidth(player_names[i], V_6WIDTHSPACE|V_ALLOWLOWERCASE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue