mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
Yendor/Caribbean cross appears on the boundary again
This commit is contained in:
@@ -5962,6 +5962,6 @@ cell *viewcenter() {
|
|||||||
bool inscreenrange(cell *c) {
|
bool inscreenrange(cell *c) {
|
||||||
if(sphere) return true;
|
if(sphere) return true;
|
||||||
if(euclid) return celldistance(viewcenter(), c) <= get_sightrange_ambush();
|
if(euclid) return celldistance(viewcenter(), c) <= get_sightrange_ambush();
|
||||||
return heptdistance(viewcenter(), c) <= 5;
|
return heptdistance(viewcenter(), c) <= 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user