mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
whitespace
This commit is contained in:
parent
e765321452
commit
7883280d9a
1 changed files with 2 additions and 2 deletions
|
@ -520,8 +520,8 @@ SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg)
|
|||
continue;
|
||||
|
||||
// ignore ents without visible models
|
||||
if (!SVfloat (ent, modelindex) || !*PR_GetString
|
||||
(&sv_pr_state, SVstring (ent, model)))
|
||||
if (!SVfloat (ent, modelindex)
|
||||
|| !*PR_GetString (&sv_pr_state, SVstring (ent, model)))
|
||||
continue;
|
||||
|
||||
// ignore if not touching a PV leaf
|
||||
|
|
Loading…
Reference in a new issue