mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-13 07:46:00 +00:00
added sm::MAYDARK to some dialogs
This commit is contained in:
@@ -879,7 +879,7 @@ string irrhelp =
|
||||
"For technical reasons, the density cannot be too small.";
|
||||
|
||||
void show_gridmaker() {
|
||||
cmode = sm::SIDE;
|
||||
cmode = sm::SIDE | sm::MAYDARK;
|
||||
gamescreen(0);
|
||||
dialog::init(XLAT("irregular grid"));
|
||||
dialog::addSelItem(XLAT("density"), fts(density), 'd');
|
||||
|
Reference in New Issue
Block a user