subchannel13 / Stareater

4X turn based strategy
GNU General Public License v3.0
32 stars 7 forks source link

Null pointer when selection destination #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open fleet movement window
2. Click on empty spot on map

What is the expected output?
Nothing or map scrolling.

What do you see instead?
Null pointer exception is thrown. After mouse click code searches for nearest 
star in 0.5 ly radius (game/map coordinates :)) and sets it as fleet 
destination. If there is no star in 0.5 ly radius, null is returned.

Original issue reported on code.google.com by subchann...@gmail.com on 12 Apr 2011 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by subchann...@gmail.com on 25 Apr 2011 at 3:30

GoogleCodeExporter commented 9 years ago

Original comment by subchann...@gmail.com on 30 Apr 2011 at 10:29