Yendor/Caribbean cross appears on the boundary again

This commit is contained in:
Zeno Rogue 2018-04-23 13:21:00 +02:00
parent 70bfe718ef
commit 6f91a87ff7
1 changed files with 1 additions and 1 deletions

View File

@ -5962,6 +5962,6 @@ cell *viewcenter() {
bool inscreenrange(cell *c) {
if(sphere) return true;
if(euclid) return celldistance(viewcenter(), c) <= get_sightrange_ambush();
return heptdistance(viewcenter(), c) <= 5;
return heptdistance(viewcenter(), c) <= 8;
}