mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-12 06:28:17 +00:00
set try_to_resolve_confusion to true
This commit is contained in:
parent
71d416f78d
commit
1135aaab7e
@ -558,7 +558,7 @@ EX void look_for_shortcuts(tcell *c) {
|
|||||||
look_for_shortcuts(c, *shortcuts[c->id][i]);
|
look_for_shortcuts(c, *shortcuts[c->id][i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
EX bool try_to_resolve_confusion = false;
|
EX bool try_to_resolve_confusion = true;
|
||||||
|
|
||||||
void trace_root_path(vector<int>& rp, twalker cw) {
|
void trace_root_path(vector<int>& rp, twalker cw) {
|
||||||
auto d = cw.peek()->dist;
|
auto d = cw.peek()->dist;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user