1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-25 04:14:31 +00:00

renamed solnihv:: to sn:: and solnih to sn::in()

This commit is contained in:
Zeno Rogue
2019-12-14 12:28:45 +01:00
parent 3f0e8851ae
commit 769982040d
14 changed files with 67 additions and 66 deletions

View File

@@ -3571,7 +3571,7 @@ bool celldrawer::cell_clipped() {
}
noclipped++;
}
if(pmodel == mdGeodesic && solnih) {
if(pmodel == mdGeodesic && sn::in()) {
hyperpoint H = tC0(V);
if(abs(H[0]) <= 3 && abs(H[1]) <= 3 && abs(H[2]) <= 3 ) ;
else {