Changeset 11951 for code/branches/3DPacman_FS18/src/modules
- Timestamp:
- May 5, 2018, 12:30:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
r11945 r11951 60 60 void changemovability(); 61 61 bool dontmove = false; 62 bool lockmove = false; 62 63 63 64 Vector3 actuelposition; … … 65 66 int target_x = 0; 66 67 int target_z = 0; 67 68 68 69 private: 69 70 int decision = 0; //Gives the random which way information to the ghost.
Note: See TracChangeset
for help on using the changeset viewer.