Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11940


Ignore:
Timestamp:
May 4, 2018, 11:28:41 PM (6 years ago)
Author:
dreherm
Message:

Afraid Test 2

File:
1 edited

Legend:

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

    r11933 r11940  
    5959            bool findpos(Vector3 one, Vector3 other);     
    6060            void changemovability();
    61 
     61            bool dontmove = false;
    6262        private:
    63             bool dontmove = false;
    6463            bool ismoving = false;
    6564            int decision = 0; //Gives the random which way information to the ghost.
Note: See TracChangeset for help on using the changeset viewer.