From d5b046186aaf11379170819ba90e15105651476f Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Fri, 24 May 2013 13:16:56 -0500 Subject: [PATCH] Clarify comment for OpenGL2's RDF_NOFOG --- code/renderergl2/tr_extratypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/renderergl2/tr_extratypes.h b/code/renderergl2/tr_extratypes.h index 71cd2df8..84e39a76 100644 --- a/code/renderergl2/tr_extratypes.h +++ b/code/renderergl2/tr_extratypes.h @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // tr_extratypes.h, for mods that want to extend tr_types.h without losing compatibility with original VMs // extra refdef flags start at 0x0008 -#define RDF_NOFOG 0x0008 // don't apply fog +#define RDF_NOFOG 0x0008 // don't apply fog to polys added using RE_AddPolyToScene #define RDF_EXTRA 0x0010 // Makro - refdefex_t to follow after refdef_t #define RDF_SUNLIGHT 0x0020 // SmileTheory - render sunlight and shadows