]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/convert_map.c
try to eliminate MAX_MAP_PLANES limits
[xonotic/netradiant.git] / tools / quake3 / q3map2 / convert_map.c
index 38fc738fd52c831636c679241fedf32efe8c8ce3..8e1a143ed6f8acf760be8c512d3d0c744802d24e 100644 (file)
@@ -482,7 +482,7 @@ static void ConvertModel( FILE *f, bspModel_t *model, int modelNum, vec3_t origi
                VectorCopy( bspPlanes[ i ].normal, mapplanes[ i ].normal );
                mapplanes[ i ].dist = bspPlanes[ i ].dist;
                mapplanes[ i ].type = PlaneTypeForNormal( mapplanes[ i ].normal );
-               mapplanes[ i ].hash_chain = NULL;
+               mapplanes[ i ].hash_chain = 0;
        }
        
        /* allocate a build brush */