1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-17 18:54:48 +00:00

Euclidean quotient spaces no longer display as quotient OFF, and can be edited while embedded

This commit is contained in:
Zeno Rogue 2023-02-05 11:19:19 +01:00
parent ce90bb6db2
commit e1ed7284dd

View File

@ -602,7 +602,7 @@ EX void select_quotient_screen() {
}
EX void select_quotient() {
if(euclid && !kite::in() && !arcm::in() && !reg3::cubes_reg3) {
if(meuclid && !kite::in() && !arcm::in() && !reg3::cubes_reg3) {
euc::prepare_torus3();
pushScreen(euc::show_torus3);
}
@ -956,6 +956,7 @@ EX void showEuclideanMenu() {
});
string qstring = ginf[geometry].quotient_name;
if(meuclid && quotient) qstring = ONOFF(true);
if(qstring == "none")
dialog::addBoolItem(XLAT("quotient space"), false, 'q');