Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2018, 3:45:20 PM (7 years ago)
Author:
dreherm
Message:

Afraid Ghosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h

    r11931 r11933  
    5858
    5959            bool findpos(Vector3 one, Vector3 other);     
    60 
     60            void changemovability();
    6161
    6262        private:
     63            bool dontmove = false;
    6364            bool ismoving = false;
    6465            int decision = 0; //Gives the random which way information to the ghost.
Note: See TracChangeset for help on using the changeset viewer.