]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/surface.c
remove two mysterious crashes (although I don't know why it was broken to begin with)
[xonotic/netradiant.git] / tools / quake3 / q3map2 / surface.c
index 82968420ce57cd5e2e28b854bfde5ba2af281c90..c7c8363d2e5b7eb5162e6a8409d1527d9361fc15 100644 (file)
@@ -181,6 +181,7 @@ mapDrawSurface_t *MakeCelSurface( mapDrawSurface_t *src, shaderInfo_t *si )
        /* do some fixups for celshading */
        ds->planar = qfalse;
        ds->planeNum = -1;
+       ds->celShader = NULL; /* don't cel shade cels :P */
        
        /* return the surface */
        return ds;