mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
noclipped cells displayed in add_cells_drawn
This commit is contained in:
parent
b898365d68
commit
ea3e33f23d
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user