in Archimedan sphere, distlimit is SEE_ALL

This commit is contained in:
Zeno Rogue 2018-09-01 13:52:12 +02:00
parent 8d806182d8
commit bc5208253c
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ struct hrmap_archimedean : hrmap {
base_distlimit = 0;
celllister cl(origin->c7, 1000, 200, NULL);
base_distlimit = cl.dists.back();
if(sphere) base_distlimit = 15;
if(sphere) base_distlimit = SEE_ALL;
}
~hrmap_archimedean() {