Properly show SUPER team in Scoreboard

This commit is contained in:
def 2014-01-28 19:52:46 +01:00
parent 23ad27fa29
commit fea96c411a

View file

@ -967,7 +967,7 @@ void CGameClient::OnNewSnapshot()
// sort player infos by DDRace Team (and score inbetween)
Index = 0;
for(int Team = 0; Team < MAX_CLIENTS; ++Team)
for(int Team = 0; Team <= MAX_CLIENTS; ++Team)
{
for(int i = 0; i < MAX_CLIENTS && Index < MAX_CLIENTS; ++i)
{