1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-09 04:06:44 +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;
}
make_subconnections();
}
};
#endif