mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 19:18:05 +00:00
fixed distlimit in Archimedean
This commit is contained in:
@@ -436,7 +436,7 @@ struct hrmap_archimedean : hrmap {
|
|||||||
|
|
||||||
base_distlimit = 0;
|
base_distlimit = 0;
|
||||||
celllister cl(origin->c7, 1000, 200, NULL);
|
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;
|
if(sphere) base_distlimit = SEE_ALL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user