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

geom-exp: do not show faces per vertex in kd2 and arb

This commit is contained in:
Zeno Rogue 2019-12-27 01:45:58 +01:00
parent 15fe6c1aee
commit e6c0504beb

View File

@ -802,7 +802,7 @@ EX void showEuclideanMenu() {
dialog::addTitle(XLAT("info about: %1", fgname), 0xFFFFFF, 150);
if(WDIM == 2) dialog::addSelItem(XLAT("faces per vertex"), spf, 0);
if(WDIM == 2 && !arb::in() && !kite::in()) dialog::addSelItem(XLAT("faces per vertex"), spf, 0);
dialog::addSelItem(XLAT("size of the world"),
#if CAP_BT