made vssg.py execute

--HG--
branch : vssg
This commit is contained in:
cecilkorik 2007-01-24 17:06:27 +00:00
parent 04e12b7eb9
commit 5329601e13

View file

@ -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: