mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-12 03:33:00 +00:00
auto-disabling of Escher if it does not look well
This commit is contained in:
@@ -5276,6 +5276,9 @@ void drawthemap() {
|
||||
wmascii = vid.wallmode == 0;
|
||||
wmblack = vid.wallmode == 1;
|
||||
|
||||
if(wmescher && gp::on && S7 == 4 && gp::scale < .3)
|
||||
wmescher = false, wmplain = true;
|
||||
|
||||
mmitem = vid.monmode >= 1;
|
||||
mmmon = vid.monmode >= 2;
|
||||
mmhigh = vid.monmode == 3 || vid.monmode == 5;
|
||||
|
||||
Reference in New Issue
Block a user