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:
parent
92ea21de86
commit
bd77680518
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user