From 068f825f1e7c0daa4261984ff07bc3ef09b4e056 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 29 Apr 2019 03:32:31 +0200 Subject: [PATCH] fixed distlimit in Archimedean --- archimedean.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archimedean.cpp b/archimedean.cpp index 76433436..1499326c 100644 --- a/archimedean.cpp +++ b/archimedean.cpp @@ -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; }