mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
Fix warnings that vars might not be initialized in CG_MissileHitWall
This commit is contained in:
parent
fae13f9671
commit
0126b6abbb
1 changed files with 3 additions and 0 deletions
|
@ -2444,7 +2444,10 @@ void CG_MissileHitWall(int weapon, int clientNum, vec3_t origin,
|
|||
qboolean alphaFade, isSprite;
|
||||
|
||||
mod = 0;
|
||||
mark = 0;
|
||||
shader = 0;
|
||||
sfx = 0;
|
||||
radius = 0;
|
||||
light = 0;
|
||||
lightColor[0] = 1;
|
||||
lightColor[1] = 1;
|
||||
|
|
Loading…
Reference in a new issue