X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fbsptree.c;h=f286ac7fbd39adf1ff214f1747c4905835bde658;hb=dcc815e69d92ecf20b063e38903bcedee7a19f2d;hp=7783e253ed34b22f34c98f404b1cc150886bd318;hpb=00a81988c5c6c91997f2f9346ac94858622490bd;p=dosdemo diff --git a/src/bsptree.c b/src/bsptree.c index 7783e25..f286ac7 100644 --- a/src/bsptree.c +++ b/src/bsptree.c @@ -263,7 +263,7 @@ static int choose_poly(struct bsppoly *polyarr, int num_polys) } } - //printf("choose_poly(..., %d) -> %d splits\n", num_polys, best_splits); + /*printf("choose_poly(..., %d) -> %d splits\n", num_polys, best_splits);*/ return best; }