mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 09:24:06 +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');
|
dialog::addSelItem(XLAT("variations"), XLAT("does not matter"), 'v');
|
||||||
else if(binarytiling)
|
else if(binarytiling)
|
||||||
dialog::addSelItem(XLAT("width"), fts(vid.binary_width), 'v');
|
dialog::addSelItem(XLAT("width"), fts(vid.binary_width), 'v');
|
||||||
|
else if(archimedean)
|
||||||
|
dialog::addSelItem(XLAT("variations"), XLAT("Not implemented."), 'v');
|
||||||
else {
|
else {
|
||||||
dialog::addBoolItem(XLAT("variations"), nonbitrunc, 'v');
|
dialog::addBoolItem(XLAT("variations"), nonbitrunc, 'v');
|
||||||
dialog::lastItem().value = gp::operation_name();
|
dialog::lastItem().value = gp::operation_name();
|
||||||
@ -399,7 +401,7 @@ void showEuclideanMenu() {
|
|||||||
else if(uni == 'z')
|
else if(uni == 'z')
|
||||||
showquotients = !showquotients;
|
showquotients = !showquotients;
|
||||||
else if(uni == 'v') {
|
else if(uni == 'v') {
|
||||||
if(euclid6) ;
|
if(euclid6 || archimedean) ;
|
||||||
else if(binarytiling) {
|
else if(binarytiling) {
|
||||||
dialog::editNumber(vid.binary_width, 0, 2, 0.1, 1, XLAT("binary tiling width"), "");
|
dialog::editNumber(vid.binary_width, 0, 2, 0.1, 1, XLAT("binary tiling width"), "");
|
||||||
dialog::reaction = [] () {
|
dialog::reaction = [] () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user