mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 18:54:48 +00:00
reg3:: removed some debug
This commit is contained in:
parent
11426c30b3
commit
7c6fece132
6
reg3.cpp
6
reg3.cpp
@ -1929,12 +1929,6 @@ EX namespace reg3 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vector<int> q(qstate, 0);
|
|
||||||
for(auto p: bfs) q[p.second]++;
|
|
||||||
vector<int> q2(isize(qmap()->allh)+1, 0);
|
|
||||||
for(auto p: q) q2[p]++;
|
|
||||||
DEBB(DF_GEOM, ("q2 = ", q2));
|
|
||||||
|
|
||||||
/* remove BFS roots, and addresses that lead only there */
|
/* remove BFS roots, and addresses that lead only there */
|
||||||
|
|
||||||
bfs = {};
|
bfs = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user