mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
rulegen:: fix_distances on connect_and_check
This commit is contained in:
parent
78d33ec573
commit
a7149f7054
@ -244,6 +244,7 @@ void check_loops(twalker pw) {
|
|||||||
|
|
||||||
if(steps == valence - 1) {
|
if(steps == valence - 1) {
|
||||||
connect_and_check(pwb, pwf);
|
connect_and_check(pwb, pwf);
|
||||||
|
fix_distances(pwb.at);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user