diff --git a/src/r_segs.cpp b/src/r_segs.cpp index ccf6ccf20..41a8a9166 100644 --- a/src/r_segs.cpp +++ b/src/r_segs.cpp @@ -54,6 +54,7 @@ CVAR(Bool, r_fogboundary, true, 0) CVAR(Bool, r_drawmirrors, true, 0) EXTERN_CVAR(Bool, r_fullbrightignoresectorcolor); +EXTERN_CVAR(Bool, r_mipmap) namespace swrenderer {