1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-13 01:52:05 +00:00

apply 'strict tree maps' automatically

This commit is contained in:
Zeno Rogue
2026-05-02 12:27:30 +02:00
parent c3c3323454
commit 4731c4cd26
6 changed files with 66 additions and 10 deletions
+1
View File
@@ -1614,6 +1614,7 @@ EX void set_variation(eVariation target) {
if(target != eVariation::pure) {
if(bt::in() || sol || aperiodic || WDIM == 3) if(!mproduct) geometry = gNormal;
}
arb::convert::deactivate();
auto& cd = ginf[gCrystal];
if(target == eVariation::bitruncated && cryst && cd.sides == 8 && cd.vertex == 4) {
cd.vertex = 3;