fixed distlimit in Archimedean

This commit is contained in:
Zeno Rogue 2019-04-29 03:32:31 +02:00
parent fac176bb15
commit 068f825f1e
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ struct hrmap_archimedean : hrmap {
base_distlimit = 0;
celllister cl(origin->c7, 1000, 200, NULL);
base_distlimit = cl.dists.back();
ginf[geometry].distlimit[!BITRUNCATED] = base_distlimit = cl.dists.back();
if(sphere) base_distlimit = SEE_ALL;
}