Skip to content

Commit

Permalink
C89 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Aciz committed Jun 4, 2024
1 parent 637b5ef commit b7427f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/cl_tc_vis.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,9 @@ static qboolean CullFace(const visFace_t *face) {
}

static void draw(visBrushNode_t *brush, qhandle_t shader) {
frustum = re.GetFrustum();
vec3_t clientOrigin;
frustum = re.GetFrustum();

VectorCopy(cl.cgameClientLerpOrigin, clientOrigin);

while (brush) {
Expand Down

0 comments on commit b7427f8

Please sign in to comment.