From a4944067e824a1f82b42c5c0bf86e5b35b4b4dcb Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 18 Dec 2016 20:57:27 -0500 Subject: [PATCH] - fixed: whoops, fixed quite a merge faux pas there. --- src/r_segs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r_segs.cpp b/src/r_segs.cpp index ccf6ccf20c..41a8a91669 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 {