Closed TodorBalabanov closed 11 years ago
com.gpl.rpg.AndorsTrail.controller.PathFinder.ListOfCoords private final int coords[]
You can split coords array in two arrays:
private final int xCoords[] private final int yCoords[]
And you will not need to convert between coords and int.
Would you like to do a pull request to show what you mean?
Sure. I will do one.
com.gpl.rpg.AndorsTrail.controller.PathFinder.ListOfCoords private final int coords[]
You can split coords array in two arrays:
private final int xCoords[] private final int yCoords[]
And you will not need to convert between coords and int.