FIXED ASTAR NOW WORKING!!!!!!!

This commit is contained in:
Ziver Koc 2007-04-16 21:47:07 +00:00
parent acde8264af
commit 5e17bdd5e5
10 changed files with 592 additions and 19 deletions

View file

@ -132,7 +132,7 @@ public class Map {
for(int i=0; i<width ;i++){
for(int j=0; j<hight ;j++){
if(map[i][j] != null){
System.out.println("LOL: "+i+" "+j);
System.out.println("Unit("+map[i][j].getNode().getName()+"): "+i+" "+j);
}
}
}