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