]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmisc.c
rewrite of map texture loading (mainly to do with HL textures and wads)
[xonotic/darkplaces.git] / gl_rmisc.c
index 2a07083b6fdd72fc7be58420d190345b35491137..c5c367d6a9e602220b9c60ea23fa1dc44748f78e 100644 (file)
@@ -41,7 +41,7 @@ void  R_InitTextures (void)
        r_notexture_mip->offsets[1] = r_notexture_mip->offsets[0] + 16*16;
        r_notexture_mip->offsets[2] = r_notexture_mip->offsets[1] + 8*8;
        r_notexture_mip->offsets[3] = r_notexture_mip->offsets[2] + 4*4;
-       r_notexture_mip->transparent = FALSE;
+       r_notexture_mip->transparent = false;
        
        for (m=0 ; m<4 ; m++)
        {