JamesLongman / Squad-Mortar-Calculator-IOS

IOS App: Mortar calculator for the video game Squad
https://itunes.apple.com/app/id1352781413
MIT License
3 stars 0 forks source link

Single to double digit positions not calculating correctly #37

Closed JamesLongman closed 6 years ago

JamesLongman commented 6 years ago

Reported by Askatykus through an app store review.

The bug was when the mortar and target were on either side of the 9-10 divide (for example A9, A10. Or B9, B10) this would cause an error in the distance calculation caused by an error in how double-digit numbers were handled. Basically, the second digit overrode the calculation rather than adding to the sum. This was a one-line fix in 4 separate files and has been hotfixed directly to master