1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 08:27:39 +00:00

added sm::MAYDARK to some dialogs

This commit is contained in:
Zeno Rogue
2018-12-13 17:02:10 +01:00
parent 5701491cb0
commit 4f9e9c2e47
10 changed files with 11 additions and 11 deletions

View File

@@ -1766,7 +1766,7 @@ string makehelp() {
}
void show() {
cmode = sm::SIDE;
cmode = sm::SIDE | sm::MAYDARK;
gamescreen(0);
dialog::init(XLAT("hypersian rug mode"), iinf[itPalace].color, 150, 100);