mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-10 20:56:44 +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);
|
||||
|
||||
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(hyperbolic && IRREGULAR) {
|
||||
nom = isize(irr::cells);
|
||||
|
Loading…
x
Reference in New Issue
Block a user