Display ---- on the right player

This commit is contained in:
TehRealSalt 2019-04-23 00:56:50 -04:00
parent 8f3efa7598
commit da7437947a

View file

@ -635,7 +635,7 @@ void Y_IntermissionDrawer(void)
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, "----");
else
{