]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/convert_obj.c
fix file extension
[xonotic/netradiant.git] / tools / quake3 / q3map2 / convert_obj.c
index 25351cad62048ac22f2272b0bac4e64a39612dc0..f680cf97f41b65d2f0a1f01fd5bc8c45e362b81c 100644 (file)
@@ -217,7 +217,6 @@ int ConvertBSPToOBJ( char *bspName )
        Sys_Printf( "writing %s\n", mtlname );
        
        ExtractFileBase( bspName, base );
-       strcat( base, ".bsp" );
        
        /* open it */
        f = fopen( name, "wb" );