Reverted to r3051
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3100 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4b1032c337
commit
2f59695476
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ void SWR_DrawBeam(entity_t *e)
|
|||
for (; len>=0; len--)
|
||||
{
|
||||
VectorAdd(o1, dir, o2);
|
||||
D_DrawSparkTrans (o1, o2, 1, 0, BM_BLEND);
|
||||
D_DrawSparkTrans (o1, o2, 1, 0);
|
||||
VectorCopy(o2, o1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue