diff options
Diffstat (limited to 'src/refresh/sw/poly.c')
-rw-r--r-- | src/refresh/sw/poly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refresh/sw/poly.c b/src/refresh/sw/poly.c index f3159b8..620d091 100644 --- a/src/refresh/sw/poly.c +++ b/src/refresh/sw/poly.c @@ -40,7 +40,7 @@ static polydesc_t r_polydesc; mface_t *r_alpha_surfaces; -extern int *r_turb_turb; +static int *r_turb_turb; static int clip_current; static vec5_t r_clip_verts[2][MAXWORKINGVERTS + 2]; |