1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-22 05:52:07 +00:00

asonov:: changed direct checking of gArnoldCat to asonov::in()

This commit is contained in:
Zeno Rogue
2019-11-08 15:34:51 +01:00
parent 9cb2a753de
commit add037d4e8
7 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -1529,7 +1529,7 @@ void celldrawer::draw_features_and_walls_3d() {
else if(a < 2 && among(geometry, gHoroRec) && celldistAlt(c) >= celldistAlt(viewcenter())) continue;
else if(c->move(a)->master->distance > c->master->distance && c->master->distance > viewctr.at->distance && !quotient) continue;
}
else if(sol && in_perspective() && !nih && geometry != gArnoldCat) {
else if(sol && in_perspective() && !nih && !asonov::in()) {
ld b = vid.binary_width * log(2) / 2;
const ld l = log(2) / 2;
switch(a) {