mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
Display ---- on the right player
This commit is contained in:
parent
8f3efa7598
commit
da7437947a
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,7 @@ void Y_IntermissionDrawer(void)
|
||||||
|
|
||||||
if (data.match.rankingsmode)
|
if (data.match.rankingsmode)
|
||||||
{
|
{
|
||||||
if (!clientpowerlevels[i][powertype]) // No power level (splitscreen guests)
|
if (!clientpowerlevels[data.match.num[i]][powertype]) // No power level (splitscreen guests)
|
||||||
STRBUFCPY(strtime, "----");
|
STRBUFCPY(strtime, "----");
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue