mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-07 03:52:48 +00:00
advanced parameters easier to set for acm and crystal
This commit is contained in:
parent
fd9ea8793e
commit
4e13e05d6a
10
geom-exp.cpp
10
geom-exp.cpp
@ -742,6 +742,16 @@ EX void showEuclideanMenu() {
|
|||||||
|
|
||||||
dialog::add_action(select_quotient);
|
dialog::add_action(select_quotient);
|
||||||
|
|
||||||
|
if(arcm::in()) {
|
||||||
|
dialog::addItem(XLAT("advanced parameters"), '4');
|
||||||
|
dialog::add_action_push(arcm::show);
|
||||||
|
}
|
||||||
|
|
||||||
|
if(cryst) {
|
||||||
|
dialog::addItem(XLAT("advanced parameters"), '4');
|
||||||
|
dialog::add_action_push(crystal::show);
|
||||||
|
}
|
||||||
|
|
||||||
#if CAP_IRR
|
#if CAP_IRR
|
||||||
if(hyperbolic && IRREGULAR) {
|
if(hyperbolic && IRREGULAR) {
|
||||||
nom = isize(irr::cells);
|
nom = isize(irr::cells);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user