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:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user