mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 17:12:15 +00:00
More cleaning up after slobs.
This commit is contained in:
parent
5fb8aa07f3
commit
41bfde9cfa
8 changed files with 151 additions and 99 deletions
|
@ -597,8 +597,8 @@ CL_RelinkEntities (void)
|
|||
}
|
||||
}
|
||||
CL_NewDlight (i, ent->origin, state->effects);
|
||||
if ( VectorDistance_fast(state->msg_origins[1], ent->origin)
|
||||
> (256*256))
|
||||
if (VectorDistance_fast (state->msg_origins[1], ent->origin)
|
||||
> (256 * 256))
|
||||
VectorCopy (ent ->origin, state->msg_origins[1]);
|
||||
if (ent->model->flags & EF_ROCKET) {
|
||||
dl = R_AllocDlight (i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue