Draw PL on the scoreboard in the correct spot.

This commit is contained in:
Brian Koropoff 2003-05-26 01:41:58 +00:00
parent 1f6acdb0cc
commit a4bc588947
1 changed files with 1 additions and 1 deletions

View File

@ -1174,7 +1174,7 @@ Sbar_Draw_DMO_Team_Ping (view_t *view, int l, int y, int skip)
continue;
dmo_ping (view, x + 0, y, s);
dmo_pl (view, x + 0, y, s);
dmo_pl (view, x + 32, y, s);
if (s->spectator) {
draw_string (view, x + 72, y, "(spectator)");