mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
fix misplaced [ ] in teamplay mode
This commit is contained in:
parent
39c0a0f08d
commit
96f052a5e9
1 changed files with 2 additions and 2 deletions
|
@ -1052,8 +1052,8 @@ Sbar_TeamOverlay (view_t *view)
|
|||
draw_string (view, x + 104 + 88, y, num);
|
||||
|
||||
if (player_team && strnequal (player_team->value, tm->team, 16)) {
|
||||
Draw_Character (x + 104 - 8, y, 16);
|
||||
Draw_Character (x + 104 + 32, y, 17);
|
||||
draw_character (view, x + 104 - 8, y, 16);
|
||||
draw_character (view, x + 104 + 32, y, 17);
|
||||
}
|
||||
|
||||
y += 8;
|
||||
|
|
Loading…
Reference in a new issue