Changeset 11947 for code/branches/3DPacman_FS18/src/modules/pacman
- Timestamp:
- May 5, 2018, 12:14:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
r11946 r11947 417 417 } 418 418 419 void Pacman ::changewith(PacmanGhost* otherghost){419 void PacmanGhost::changewith(PacmanGhost* otherghost){ 420 420 otherghost->setPosition(this->getPosition()); 421 421 this->setPosition(0,-20,0);
Note: See TracChangeset
for help on using the changeset viewer.