mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
one 'bitrunc' left
This commit is contained in:
parent
f32eec47f3
commit
88bb63a9ca
@ -249,9 +249,9 @@ void showEuclideanMenu() {
|
|||||||
dialog::addBreak(50);
|
dialog::addBreak(50);
|
||||||
|
|
||||||
if(ts == 6 && tv == 3)
|
if(ts == 6 && tv == 3)
|
||||||
dialog::addSelItem(XLAT("bitrunc"), XLAT("does not matter"), 't');
|
dialog::addSelItem(XLAT("bitruncated"), XLAT("does not matter"), 't');
|
||||||
else
|
else
|
||||||
dialog::addBoolItem(XLAT("bitrunc"), !nonbitrunc, 't');
|
dialog::addBoolItem(XLAT("bitruncated"), !nonbitrunc, 't');
|
||||||
|
|
||||||
dialog::addBreak(50);
|
dialog::addBreak(50);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user