1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-16 21:57:15 +00:00

arcm:: add _details

This commit is contained in:
Zeno Rogue
2025-10-19 17:06:00 +02:00
parent b6c826d7b6
commit 41dc10be9c

View File

@@ -903,7 +903,7 @@ struct hrmap_archimedean : hrmap {
EX hrmap *new_map() { return new hrmap_archimedean; }
EX debugflag debug_archimedean_map = {"archimedean_map"};
EX debugflag debug_archimedean_map = {"archimedean_map_details"};
heptagon *build_child(heptspin p, pair<int, int> adj) {
indenter ind;