mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 00:47:40 +00:00
rulegen:: fix_distances on connect_and_check
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user