]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/surface.c
fix some more warnings
[xonotic/netradiant.git] / tools / quake3 / q3map2 / surface.c
index e72c012a869b15d1737923d1b2a7d500972ec7bc..ca4f5fa6ebd28138f4978040c365524d4d7d292a 100644 (file)
@@ -291,7 +291,7 @@ deletes all empty or bad surfaces from the surface list
 void TidyEntitySurfaces( entity_t *e )
 {
        int                                     i, j, deleted;
-       mapDrawSurface_t        *out, *in;
+       mapDrawSurface_t        *out, *in = NULL;
        
        
        /* note it */