fixup to twalker I think

This commit is contained in:
Zeno Rogue 2021-12-24 23:11:50 +01:00
parent 2af34b84f2
commit 127b64dc66
1 changed files with 2 additions and 0 deletions

View File

@ -450,6 +450,8 @@ vector<int> root_path(twalker& cw) {
}
}
EX void calc_distances(tcell *c);
EX void shortcut_found(tcell *c, tcell *alt, vector<twalker> &walkers, vector<twalker> &walkers2, const vector<int>& walkerdir, const vector<int>& walkerdir2, int wpos) {
vector<int> pre;