Changeset 11878
- Timestamp:
- Apr 17, 2018, 11:11:23 AM (7 years ago)
- Location:
- code/branches/3DPacman_FS18/src/modules/Pacman
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc
r11874 r11878 56 56 57 57 58 PacmanGhost [4] ghosts;59 PacmanPointSphere [1] spheres;58 PacmanGhost ghosts[4]; 59 PacmanPointSphere spheres[1]; 60 60 61 61 -
code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h
r11877 r11878 93 93 Vector3 currentPosition; 94 94 PacmanGelb* player; 95 PacmanGhost[] ghosts;96 95 bool bcolli = false; 97 96 Vector3 startposplayer = Vector3(0,10,245);
Note: See TracChangeset
for help on using the changeset viewer.