updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / slingshot / planet.patch
bloba1d6f6280ae9725cda8d58c73acce690b4da0b22
1 --- planet.py 2007-06-22 13:52:33.000000000 +0200
2 +++ planet.py.patched 2011-07-02 22:24:22.000000000 +0200
3 @@ -56,7 +56,7 @@
4 if d < (self.r + p.get_radius()) * 1.5 + 0.1 * (self.mass + p.get_mass()):
5 positioned = False
7 - s = round(2 * self.r / 0.96)
8 + s = int(round(2 * self.r / 0.96))
9 self.orig = pygame.transform.scale(self.image, (s, s))
11 self.image = self.orig