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