1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

fixed: (mode.flags AND) torusconfig::TF_HEX

This commit is contained in:
Zeno Rogue 2018-07-09 21:04:23 +02:00
parent 0c42b32efc
commit d48207cd2f

View File

@ -109,7 +109,7 @@ void showTorusConfig() {
if(single) {
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');
else
dialog::addSelItem(XLAT("cell below 0 (d)"), its(torusconfig::newdy), 'd');