Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 24, 2019, 10:38:07 PM (6 years ago)
Author:
peterf
Message:

continued brown and cyan pacman. Pink pacman still causes SIGSEV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS19/src/modules/pacman/PacmanBrown.h

    r12320 r12322  
    3535        bool isFleeing;
    3636
     37        bool isAdjacentToPlayerLastPastPoint(Vector3 pacmanBrownPos, Vector3 arrayForNeighborPositions[]);
     38
     39        void findNeighboorPositions(Vector3 actuelposition, Vector3 adjacentPositions[], Vector3 positionArray[]);
     40
    3741
    3842        };
Note: See TracChangeset for help on using the changeset viewer.