Hi all. Looking a path finding tutorial here (http://www.cokeandcode.com/pathfinding) which i was linked to from SO :) good work people.
Working in integrating the code into my game, and i noticed a "return;" line inside a void method. class is PathTest on website, line 130.
I know im a novice at java, but can anyone tell me why its there? As far as I knew, return inside a void method isn't allowed.
Thanks in advance
Rel