1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

noclipped cells displayed in add_cells_drawn

This commit is contained in:
Zeno Rogue 2019-07-31 13:11:32 +02:00
parent b898365d68
commit ea3e33f23d

View File

@ -671,7 +671,7 @@ void loadConfig() {
#endif
void add_cells_drawn(char c = 'C') {
dialog::addSelItem(XLAT("cells drawn"), its(cells_drawn), c);
dialog::addSelItem(XLAT("cells drawn"), noclipped ? its(cells_drawn) + " (" + its(noclipped) + ")" : its(cells_drawn), c);
dialog::add_action([] () {
popScreen();
dialog::editNumber(vid.cells_drawn_limit, 100, 1000000, log(10), 10000, XLAT("limit on cells drawn"),