mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +00:00
no more MAYDARK in showStereo
This commit is contained in:
@@ -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"));
|
||||||
|
Reference in New Issue
Block a user