1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +00:00

no more MAYDARK in showStereo

This commit is contained in:
Zeno Rogue 2018-07-23 05:19:28 +02:00
parent 92ea21de86
commit bd77680518

View File

@ -1034,7 +1034,7 @@ string explain3D(ld *param) {
}
void showStereo() {
cmode = sm::SIDE | sm::MAYDARK;
cmode = sm::SIDE;
gamescreen(0);
using namespace geom3;
dialog::init(XLAT("stereo vision config"));