pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "src/main.py", line 30, in <module>
W = Controller.World(size)
File "/home/rcriii/workspace/mPyre/src/Controller.py", line 31, in __init__
self.G = Game.Game(size)
File "/home/rcriii/workspace/mPyre/src/Game.py", line 82, in __init__
self.players[2].assign_city(c2)
File "/home/rcriii/workspace/mPyre/src/Player.py", line 41, in assign_city
u.plane.destroy()
AttributeError: 'NoneType' object has no attribute 'destroy'
Happens only occasionally