mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-30 08:31:14 +00:00
Cleanups from pomac!
This commit is contained in:
parent
b0fc4a7b6e
commit
f327407bb8
36 changed files with 155 additions and 195 deletions
|
@ -810,7 +810,7 @@ void RB_CalcFogTexCoords( float *st ) {
|
|||
qboolean eyeOutside;
|
||||
fog_t *fog;
|
||||
vec3_t local;
|
||||
vec4_t fogDistanceVector, fogDepthVector;
|
||||
vec4_t fogDistanceVector, fogDepthVector = {0, 0, 0, 0};
|
||||
|
||||
fog = tr.world->fogs + tess.fogNum;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue