mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 14:17:10 +00:00
added sm::MAYDARK to some dialogs
This commit is contained in:
@@ -1188,7 +1188,7 @@ string explain3D(ld *param) {
|
||||
}
|
||||
|
||||
void showStereo() {
|
||||
cmode = sm::SIDE;
|
||||
cmode = sm::SIDE | sm::MAYDARK;
|
||||
gamescreen(0);
|
||||
using namespace geom3;
|
||||
dialog::init(XLAT("stereo vision config"));
|
||||
|
||||
Reference in New Issue
Block a user