From 34a0230f03466b952cc6be065891b21811311458 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Fri, 8 Dec 2000 00:18:42 +0000 Subject: [PATCH] Fix disabling of texture sorting by default. --- source/gl_rmisc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/gl_rmisc.c b/source/gl_rmisc.c index 82154ad..1bcee85 100644 --- a/source/gl_rmisc.c +++ b/source/gl_rmisc.c @@ -250,9 +250,6 @@ void R_Init (void) gl_clear = Cvar_Get("gl_clear", "0", CVAR_NONE, "None"); gl_texsort = Cvar_Get("gl_texsort", "1", CVAR_NONE, "None"); - if (gl_mtexable) - Cvar_SetValue(gl_texsort, 0.0); - gl_cull = Cvar_Get("gl_cull", "1", CVAR_NONE, "None"); gl_smoothmodels = Cvar_Get("gl_smoothmodels", "1", CVAR_NONE, "None"); gl_affinemodels = Cvar_Get("gl_affinemodels", "0", CVAR_NONE, "None");