mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +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]);
|
||||
}
|
||||
|
||||
EX bool try_to_resolve_confusion = false;
|
||||
EX bool try_to_resolve_confusion = true;
|
||||
|
||||
void trace_root_path(vector<int>& rp, twalker cw) {
|
||||
auto d = cw.peek()->dist;
|
||||
|
Loading…
Reference in New Issue
Block a user