mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +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() {
|
vector<cell*>& hrmap::allcells() {
|
||||||
static vector<cell*> default_allcells;
|
static vector<cell*> default_allcells;
|
||||||
println(hlog, "bounded = ", !!bounded, " dcal = ", isize(dcal));
|
|
||||||
if(bounded) {
|
if(bounded) {
|
||||||
celllister cl(gamestart(), 1000000, 1000000, NULL);
|
celllister cl(gamestart(), 1000000, 1000000, NULL);
|
||||||
default_allcells = cl.lst;
|
default_allcells = cl.lst;
|
||||||
|
Loading…
Reference in New Issue
Block a user