1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

slr:: fixes in ~SL quotients: auto disc_quotient, underlying spaces drawn correctly, comment in period selector

This commit is contained in:
Zeno Rogue
2020-07-24 16:20:27 +02:00
parent 8e041e7b2c
commit 7d7fe85199
2 changed files with 69 additions and 37 deletions

View File

@@ -844,7 +844,8 @@ EX void showEuclideanMenu() {
});
}
else if(hybri) {
dialog::addSelItem(XLAT("number of levels"), its(hybrid::csteps / cgi.single_step), 0);
dialog::addSelItem(XLAT("number of levels"), its(hybrid::csteps / cgi.single_step), 'L');
dialog::add_action(hybrid::configure_period);
}
else if(bt::in()) {
dialog::addSelItem(XLAT("width"), fts(vid.binary_width), 'v');