Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 25, 2019, 2:45:27 PM (5 years ago)
Author:
peterf
Message:

continued brown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS19/src/modules/pacman/PacmanGhost.cc

    r12322 r12323  
    711711            else if(findpos(actuelposition,possibleposition[59])){
    712712                adjacentVertices[0]=&listOfVerticesP2[58]; //graphVertex(possibleposition[58]);
    713                 adjacentVertices[1]=&listOfVerticesP2[59]; //graphVertex(possibleposition[59]);
     713                adjacentVertices[1]=&listOfVerticesP2[60]; //graphVertex(possibleposition[59]);
    714714                adjacentVertices[2]=&listOfVerticesP2[63]; //graphVertex(possibleposition[63]);
    715715                          }
Note: See TracChangeset for help on using the changeset viewer.