]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
- Fixed JPEG support on Mac OS X
[xonotic/darkplaces.git] / model_shared.c
index c5e9d2f6c2e7581ae3a7db81d7dd528616e2337c..6c31882d3276bd8f7e1c872b1e5b62c0b1fd4077 100644 (file)
@@ -197,7 +197,7 @@ static void mod_newmap(void)
        msurface_t *surf;
        int i, surfnum, ssize, tsize;
 
-       if (!cl_stainmapsclearonload.integer)
+       if (!cl_stainmaps_clearonload.integer)
                return;
 
        for (i=0; i<MAX_MOD_KNOWN; i++)