made vssg.py execute
--HG-- branch : vssg
This commit is contained in:
parent
04e12b7eb9
commit
5329601e13
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ def starmap_generate():
|
|||
x *= 100
|
||||
y *= 100
|
||||
|
||||
if mindist != None:
|
||||
if mindist != None and False:
|
||||
star = map.get_nearest_star(x, y)
|
||||
dist = map.get_distance(x, y, star.x, star.y)
|
||||
if dist < mindist:
|
||||
|
@ -168,4 +168,4 @@ def starmap_generate():
|
|||
map.add_star(star)
|
||||
|
||||
i += 1
|
||||
return map
|
||||
return map
|
||||
|
|
Loading…
Add table
Reference in a new issue