- Timestamp:
- May 5, 2018, 12:13:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
r11945 r11946 417 417 } 418 418 419 void changewith(PacmanGhost* otherghost){419 void Pacman::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.