mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
disabled 'variations' option for Archimedean tilings for now
This commit is contained in:
parent
e866fd8ba3
commit
5028cc5542
@ -288,6 +288,8 @@ void showEuclideanMenu() {
|
||||
dialog::addSelItem(XLAT("variations"), XLAT("does not matter"), 'v');
|
||||
else if(binarytiling)
|
||||
dialog::addSelItem(XLAT("width"), fts(vid.binary_width), 'v');
|
||||
else if(archimedean)
|
||||
dialog::addSelItem(XLAT("variations"), XLAT("Not implemented."), 'v');
|
||||
else {
|
||||
dialog::addBoolItem(XLAT("variations"), nonbitrunc, 'v');
|
||||
dialog::lastItem().value = gp::operation_name();
|
||||
@ -399,7 +401,7 @@ void showEuclideanMenu() {
|
||||
else if(uni == 'z')
|
||||
showquotients = !showquotients;
|
||||
else if(uni == 'v') {
|
||||
if(euclid6) ;
|
||||
if(euclid6 || archimedean) ;
|
||||
else if(binarytiling) {
|
||||
dialog::editNumber(vid.binary_width, 0, 2, 0.1, 1, XLAT("binary tiling width"), "");
|
||||
dialog::reaction = [] () {
|
||||
|
Loading…
Reference in New Issue
Block a user