1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-20 11:54:48 +00:00

rulegen:: fix_distances on connect_and_check

This commit is contained in:
Zeno Rogue 2021-11-01 17:18:16 +01:00
parent 78d33ec573
commit a7149f7054

View File

@ -244,6 +244,7 @@ void check_loops(twalker pw) {
if(steps == valence - 1) {
connect_and_check(pwb, pwf);
fix_distances(pwb.at);
}
}