mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 07:07:38 +00:00
removed debug
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user