Changeset 11944 for code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
- Timestamp:
- May 4, 2018, 11:42:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h
r11942 r11944 94 94 PacmanGelb* player; 95 95 bool bcolli = false; 96 float timer ;96 float timer = 0; 97 97 Vector3 startposplayer = Vector3(0,10,245); 98 98 int totallevelpoint = 3; 99 99 //bool firstGame; 100 bool afraid ;100 bool afraid = false; 101 101 102 102 private:
Note: See TracChangeset
for help on using the changeset viewer.