- Timestamp:
- Apr 25, 2019, 2:45:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS19/src/modules/pacman/PacmanGhost.cc
r12322 r12323 711 711 else if(findpos(actuelposition,possibleposition[59])){ 712 712 adjacentVertices[0]=&listOfVerticesP2[58]; //graphVertex(possibleposition[58]); 713 adjacentVertices[1]=&listOfVerticesP2[ 59]; //graphVertex(possibleposition[59]);713 adjacentVertices[1]=&listOfVerticesP2[60]; //graphVertex(possibleposition[59]); 714 714 adjacentVertices[2]=&listOfVerticesP2[63]; //graphVertex(possibleposition[63]); 715 715 }
Note: See TracChangeset
for help on using the changeset viewer.