git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4640 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8b9ad6a48e
commit
15caf097af
1 changed files with 2 additions and 0 deletions
|
@ -4472,7 +4472,9 @@ void CL_MuzzleFlash (int destsplit)
|
||||||
dl->channelfade[1] = 0.75;
|
dl->channelfade[1] = 0.75;
|
||||||
dl->channelfade[2] = 0.375;
|
dl->channelfade[2] = 0.375;
|
||||||
dl->decay = 500;
|
dl->decay = 500;
|
||||||
|
#ifdef RTLIGHTS
|
||||||
dl->lightcolourscales[2] = 4;
|
dl->lightcolourscales[2] = 4;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef Q2CLIENT
|
#ifdef Q2CLIENT
|
||||||
|
|
Loading…
Reference in a new issue