1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

set try_to_resolve_confusion to true

This commit is contained in:
Zeno Rogue 2021-08-20 01:34:00 +02:00
parent 71d416f78d
commit 1135aaab7e

View File

@ -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;