slaeshjag / Muon

Muon is a new kind of RTS
GNU General Public License v3.0
2 stars 0 forks source link

Wrapping nukes #139

Closed h4xxel closed 11 years ago

h4xxel commented 11 years ago

Deploying nukes near the right edge of the map causes bombs to wrap over and land on the left edge of the map. Perhaps launching a nuke near the bottom or top of the map can cause it to go outside array bounds and segfault?

slaeshjag commented 11 years ago

Are you sure? As far as I can tell, the code should protect against wrapping around.

h4xxel commented 11 years ago

After some testing, almost nuking the planet out of orbit i think we can conclude that this is now fixed..