1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-13 04:13:03 +00:00

arbiquotient:: do not try to do Euclidean select_quotient

This commit is contained in:
Zeno Rogue
2025-10-07 21:57:06 +02:00
parent afcbe648c8
commit cf4f4520b1

View File

@@ -615,7 +615,7 @@ EX void select_quotient_screen() {
}
EX void select_quotient() {
if(meuclid && !aperiodic && !arcm::in() && !reg3::cubes_reg3 && !(cgflags & qFRACTAL)) {
if(meuclid && !aperiodic && !arcm::in() && !reg3::cubes_reg3 && !(cgflags & qFRACTAL) && !arb::in()) {
euc::prepare_torus3();
pushScreen(euc::show_torus3);
}