Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11951


Ignore:
Timestamp:
May 5, 2018, 12:30:41 AM (6 years ago)
Author:
dreherm
Message:

Afraid Test 13

File:
1 edited

Legend:

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

    r11945 r11951  
    6060            void changemovability();
    6161            bool dontmove = false;
     62            bool lockmove = false;
    6263
    6364            Vector3 actuelposition;
     
    6566            int target_x = 0;
    6667            int target_z = 0;
    67            
     68
    6869        private:
    6970            int decision = 0; //Gives the random which way information to the ghost.
Note: See TracChangeset for help on using the changeset viewer.