1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

one 'bitrunc' left

This commit is contained in:
Zeno Rogue 2018-01-06 23:06:35 +01:00
parent f32eec47f3
commit 88bb63a9ca

View File

@ -249,9 +249,9 @@ void showEuclideanMenu() {
dialog::addBreak(50);
if(ts == 6 && tv == 3)
dialog::addSelItem(XLAT("bitrunc"), XLAT("does not matter"), 't');
dialog::addSelItem(XLAT("bitruncated"), XLAT("does not matter"), 't');
else
dialog::addBoolItem(XLAT("bitrunc"), !nonbitrunc, 't');
dialog::addBoolItem(XLAT("bitruncated"), !nonbitrunc, 't');
dialog::addBreak(50);