]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/facebsp.c
fix two msvc compile errors
[xonotic/netradiant.git] / tools / quake3 / q3map2 / facebsp.c
index 702765ade6b81bd4894ddfb1b5ed6622047818f2..9291f5649fc8dc63decd9e77f6e7293b2d60f815 100644 (file)
@@ -244,6 +244,7 @@ void BuildFaceTree_r( node_t *node, face_t *list )
        winding_t       *frontWinding, *backWinding;
        int                     i;
        int                     splitPlaneNum, compileFlags;
+       qboolean isstruct = qfalse;
        
        
        /* count faces left */
@@ -269,7 +270,6 @@ void BuildFaceTree_r( node_t *node, face_t *list )
        childLists[0] = NULL;
        childLists[1] = NULL;
 
-       qboolean isstruct = 0;
        for( split = list; split; split = next )
        {
                /* set next */