1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-23 15:36:59 +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() { void showStereo() {
cmode = sm::SIDE | sm::MAYDARK; cmode = sm::SIDE;
gamescreen(0); gamescreen(0);
using namespace geom3; using namespace geom3;
dialog::init(XLAT("stereo vision config")); dialog::init(XLAT("stereo vision config"));