mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
gcc 4.2 clean
This commit is contained in:
parent
e6a5994cd0
commit
ce2ba56c47
7 changed files with 20 additions and 16 deletions
|
@ -444,7 +444,7 @@ Sbar_SortTeams (void)
|
|||
// find his team in the list
|
||||
t[16] = 0;
|
||||
strncpy (t, s->team->value, 16);
|
||||
if (!t || !t[0])
|
||||
if (!t[0])
|
||||
continue; // not on team
|
||||
for (j = 0; j < scoreboardteams; j++)
|
||||
if (!strcmp (teams[j].team, t)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue