small fix to beams for trailstate delink
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1163 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b628439038
commit
49282bafa2
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ beam_t *CL_NewBeam (int entity, int tag)
|
|||
// find a free beam
|
||||
for (i=0, b=cl_beams ; i< MAX_BEAMS ; i++, b++)
|
||||
{
|
||||
if (!b->model || b->endtime < cl.time)
|
||||
if (!b->model)
|
||||
{
|
||||
return b;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue