whitespace

This commit is contained in:
Bill Currie 2001-10-29 05:42:10 +00:00
parent e3c5da4fdd
commit d04edfaaf2

View file

@ -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;