mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 14:26:01 +00:00
removed some obsolete debug printfs
This commit is contained in:
@@ -273,7 +273,6 @@ bool step(int delta) {
|
||||
}
|
||||
if(mindist > bestval) bestval = mindist, s.owner = c, s.p = h, s.relmatrices = move(relmatrices);
|
||||
}
|
||||
// printf("%lf %p %s\n", bestval, s.owner, display(s.p));
|
||||
}
|
||||
make_cells_of_heptagon();
|
||||
cell_sorting = true; bitruncations_performed = 0;
|
||||
|
Reference in New Issue
Block a user