rulegen:: ufind in extend_analyzer just in case

This commit is contained in:
Zeno Rogue 2021-08-17 14:25:20 +02:00
parent e0db5d8f6a
commit 031d6a2c50
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ EX vector<twalker> spread(analyzer& a, twalker cw) {
}
void extend_analyzer(twalker cw_target, int dir, int id, int mism, twalker rg) {
ufind(cw_target); ufind(rg);
if(debugflags & DF_GEOM)
println(hlog, "extend called, cw_target = ", cw_target);
twalker cw_conflict = cw_target + dir + wstep;