mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
disabled debug of smart shortcuts
This commit is contained in:
parent
d1043152dc
commit
99486bfc3c
@ -758,7 +758,8 @@ EX void look_for_shortcuts(tcell *c, shortcut& sh) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(tw.at->dist < c->dist) {
|
if(tw.at->dist < c->dist) {
|
||||||
println(hlog, "smart shortcut updated ", c->dist, " to ", tw.at->dist);
|
if(debugflags & DF_GEOM)
|
||||||
|
println(hlog, "smart shortcut updated ", c->dist, " to ", tw.at->dist);
|
||||||
push_unify(tw, tw0);
|
push_unify(tw, tw0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user