mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
whitespace
This commit is contained in:
parent
e3c5da4fdd
commit
d04edfaaf2
1 changed files with 3 additions and 2 deletions
|
@ -513,8 +513,9 @@ SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg)
|
||||||
|
|
||||||
numnails = 0;
|
numnails = 0;
|
||||||
|
|
||||||
for (e = MAX_CLIENTS + 1, ent = EDICT_NUM (&sv_pr_state, e); e <
|
for (e = MAX_CLIENTS + 1, ent = EDICT_NUM (&sv_pr_state, e);
|
||||||
sv.num_edicts; e++, ent = NEXT_EDICT (&sv_pr_state, ent)) {
|
e < sv.num_edicts;
|
||||||
|
e++, ent = NEXT_EDICT (&sv_pr_state, ent)) {
|
||||||
if (ent->free)
|
if (ent->free)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue