forked from fte/fteqw
1
0
Fork 0

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:
Mark Olsen 2009-01-15 16:06:55 +00:00
parent 4b1032c337
commit 2f59695476
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}