X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fbsptree.c;h=f286ac7fbd39adf1ff214f1747c4905835bde658;hp=7783e253ed34b22f34c98f404b1cc150886bd318;hb=637ca39c29b03bd3a2beb99521753e83c043283f;hpb=b9ebecd3c02d5a5570d9b64190d76da78edb2d64 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; }