mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +00:00
Black lightning fix.
This commit is contained in:
parent
ce94a82b9d
commit
f98331c3a8
1 changed files with 2 additions and 1 deletions
|
@ -428,7 +428,8 @@ void CL_UpdateBeams (void)
|
||||||
ent->angles[2] = rand()%360;
|
ent->angles[2] = rand()%360;
|
||||||
// LordHavoc: visible lightning
|
// LordHavoc: visible lightning
|
||||||
ent->alpha = 1;
|
ent->alpha = 1;
|
||||||
ent->colormod[0] = ent->colormod[1] = ent->colormod[2];
|
ent->scale = 1;
|
||||||
|
ent->colormod[0] = ent->colormod[1] = ent->colormod[2] = 1;
|
||||||
|
|
||||||
for (j=0 ; j<3 ; j++)
|
for (j=0 ; j<3 ; j++)
|
||||||
org[j] += dist[j]*30;
|
org[j] += dist[j]*30;
|
||||||
|
|
Loading…
Reference in a new issue