mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +00:00
fixed: (mode.flags AND) torusconfig::TF_HEX
This commit is contained in:
parent
0c42b32efc
commit
d48207cd2f
@ -109,7 +109,7 @@ void showTorusConfig() {
|
|||||||
|
|
||||||
if(single) {
|
if(single) {
|
||||||
dialog::addSelItem(XLAT("number of cells (n)"), its(torusconfig::newqty), 'n');
|
dialog::addSelItem(XLAT("number of cells (n)"), its(torusconfig::newqty), 'n');
|
||||||
if(torusconfig::TF_HEX)
|
if(mode.flags & torusconfig::TF_HEX)
|
||||||
dialog::addSelItem(XLAT("cell bottom-right from 0 (d)"), its(torusconfig::newdy), 'd');
|
dialog::addSelItem(XLAT("cell bottom-right from 0 (d)"), its(torusconfig::newdy), 'd');
|
||||||
else
|
else
|
||||||
dialog::addSelItem(XLAT("cell below 0 (d)"), its(torusconfig::newdy), 'd');
|
dialog::addSelItem(XLAT("cell below 0 (d)"), its(torusconfig::newdy), 'd');
|
||||||
|
Loading…
Reference in New Issue
Block a user