1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 11:38:05 +00:00

reg3:: added the missing make_subconnections to hrmap_from_crystal

This commit is contained in:
Zeno Rogue
2022-08-07 01:42:43 +02:00
parent e6879ee806
commit 647a70e27f

View File

@@ -1052,6 +1052,7 @@ EX namespace reg3 {
} }
delete m; delete m;
} }
make_subconnections();
} }
}; };
#endif #endif