- Timestamp:
- May 3, 2018, 3:45:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
r11931 r11933 58 58 59 59 bool findpos(Vector3 one, Vector3 other); 60 60 void changemovability(); 61 61 62 62 private: 63 bool dontmove = false; 63 64 bool ismoving = false; 64 65 int decision = 0; //Gives the random which way information to the ghost.
Note: See TracChangeset
for help on using the changeset viewer.