mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
notknot:: removed debug
This commit is contained in:
parent
a2ed0e9294
commit
db7901791f
@ -584,8 +584,8 @@ struct hrmap_notknot : hrmap {
|
||||
from = gen_adj(from, d);
|
||||
}
|
||||
|
||||
if(isize(path) == 8 && path[1] == path[2] && path[3] == path[4] && path[5] == path[6]) {
|
||||
println(hlog, "path = ", path, " i=", i);
|
||||
if(false) {
|
||||
println(hlog, "path = ", path);
|
||||
}
|
||||
|
||||
uloops[u->where].push_back(path);
|
||||
|
Loading…
Reference in New Issue
Block a user