Changeset 11959 for code/branches/3DPacman_FS18/src/modules/pacman
- Timestamp:
- May 13, 2018, 12:52:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
r11958 r11959 467 467 } 468 468 469 void levelupvelo(){469 void PacmanGhost::levelupvelo(){ 470 470 velocity.x = velocity.x + 2; 471 471 velocity.y = velocity.y + 2;
Note: See TracChangeset
for help on using the changeset viewer.