mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-13 04:52:25 +00:00
Remove commented printf : Distbbb %f, ce2 %f, (%f,%f), (%f,%f)\n
This commit is contained in:
parent
69c4bc0dbd
commit
ed4f2c7e14
@ -985,7 +985,6 @@ RESTART_GRID_CLEAN:
|
|||||||
if(n->Dist2(f) > ce2) {
|
if(n->Dist2(f) > ce2) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
//printf("Distbbb %f, ce2 %f, (%f,%f), (%f,%f)\n", n->Dist2(f), ce2, n->x, n->y, f->x, f->y);
|
|
||||||
|
|
||||||
#ifdef COMBINE_CHECK_ALL_LOS
|
#ifdef COMBINE_CHECK_ALL_LOS
|
||||||
//we should merge these. Now we wanna check to make sure combining
|
//we should merge these. Now we wanna check to make sure combining
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user