1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-09 10:14:16 +00:00

improved the Escher-style tesselations on GP(big) cube

This commit is contained in:
Zeno Rogue
2018-05-04 18:09:48 +02:00
parent 63bed379fa
commit b6969bca22
2 changed files with 56 additions and 26 deletions

View File

@@ -5276,9 +5276,6 @@ 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;