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
|
x *= 100
|
||||||
y *= 100
|
y *= 100
|
||||||
|
|
||||||
if mindist != None:
|
if mindist != None and False:
|
||||||
star = map.get_nearest_star(x, y)
|
star = map.get_nearest_star(x, y)
|
||||||
dist = map.get_distance(x, y, star.x, star.y)
|
dist = map.get_distance(x, y, star.x, star.y)
|
||||||
if dist < mindist:
|
if dist < mindist:
|
||||||
|
|
Loading…
Add table
Reference in a new issue