mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
Euclidean quotient spaces no longer display as quotient OFF, and can be edited while embedded
This commit is contained in:
parent
ce90bb6db2
commit
e1ed7284dd
@ -602,7 +602,7 @@ EX void select_quotient_screen() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX void select_quotient() {
|
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();
|
euc::prepare_torus3();
|
||||||
pushScreen(euc::show_torus3);
|
pushScreen(euc::show_torus3);
|
||||||
}
|
}
|
||||||
@ -956,6 +956,7 @@ EX void showEuclideanMenu() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
string qstring = ginf[geometry].quotient_name;
|
string qstring = ginf[geometry].quotient_name;
|
||||||
|
if(meuclid && quotient) qstring = ONOFF(true);
|
||||||
|
|
||||||
if(qstring == "none")
|
if(qstring == "none")
|
||||||
dialog::addBoolItem(XLAT("quotient space"), false, 'q');
|
dialog::addBoolItem(XLAT("quotient space"), false, 'q');
|
||||||
|
Loading…
Reference in New Issue
Block a user