mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
rulegen:: ufind in extend_analyzer just in case
This commit is contained in:
parent
e0db5d8f6a
commit
031d6a2c50
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user