mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
small fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@933 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bf66152394
commit
b05143fc51
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ void CL_ParseBeam (int tent)
|
|||
#endif
|
||||
}
|
||||
|
||||
if (tent <= 2)
|
||||
if (tent <= 2 && cls.state == ca_active)
|
||||
{
|
||||
vec3_t impact, normal;
|
||||
vec3_t extra;
|
||||
|
|
Loading…
Reference in a new issue