mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
Yendor/Caribbean cross appears on the boundary again
This commit is contained in:
parent
70bfe718ef
commit
6f91a87ff7
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user