1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-04 20:02:11 +00:00

refactored check_road_shortcuts

This commit is contained in:
Zeno Rogue
2022-08-19 17:41:16 +02:00
parent cccab05f66
commit 01cb5eb9ef
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -2059,6 +2059,9 @@ EX void rules_iteration() {
if(WDIM == 3) {
check_road_shortcuts();
optimize();
N = isize(important);
check_validity_3d();
}
if(skipped_branches.size()) {