1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

dont generate horos in hrmap_h3

This commit is contained in:
Zeno Rogue
2022-08-25 01:05:58 +02:00
parent ae0425038b
commit a439b16602
2 changed files with 6 additions and 1 deletions

View File

@@ -2485,6 +2485,10 @@ hrmap_h3* hypmap() {
return ((hrmap_h3*) currentmap);
}
EX bool in_hrmap_h3() {
return dynamic_cast<hrmap_h3*> (currentmap);
}
EX int quotient_count() {
return isize(hypmap()->quotient_map->allh);
}