mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
removed debug
This commit is contained in:
parent
bee727071e
commit
b0e481cc0a
1
cell.cpp
1
cell.cpp
@ -68,7 +68,6 @@ struct hrmap_hyperbolic : hrmap_standard {
|
||||
|
||||
vector<cell*>& hrmap::allcells() {
|
||||
static vector<cell*> default_allcells;
|
||||
println(hlog, "bounded = ", !!bounded, " dcal = ", isize(dcal));
|
||||
if(bounded) {
|
||||
celllister cl(gamestart(), 1000000, 1000000, NULL);
|
||||
default_allcells = cl.lst;
|
||||
|
Loading…
Reference in New Issue
Block a user