- Legion: Improved max number of transport assets.
- OPSGROUP: fixed bugs in speed parameter
This commit is contained in:
Frank
2022-03-09 19:07:14 +01:00
parent e6f388518a
commit ff1ebf9775
4 changed files with 60 additions and 14 deletions

View File

@@ -1219,7 +1219,7 @@ function ZONE_RADIUS:GetRandomVec2(inner, outer, surfacetypes)
while gotit==false and N<=Nmax do
gotit=_checkSurface(point)
if gotit then
env.info(string.format("Got random coordinate with surface type %d after N=%d/%d iterations", land.getSurfaceType(point), N, Nmax))
--env.info(string.format("Got random coordinate with surface type %d after N=%d/%d iterations", land.getSurfaceType(point), N, Nmax))
else
point=_getpoint()
N=N+1