Changeset 11948 for code/branches/3DPacman_FS18/src/modules/pacman
- Timestamp:
- May 5, 2018, 12:16:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
r11947 r11948 421 421 this->setPosition(0,-20,0); 422 422 otherghost->target_x = this->target_x; //Probleme bei parallelen Porzessen 423 otherghost->target_ y = this->target_y;423 otherghost->target_z = this->target_z; 424 424 otherghost->ismoving = this->ismoving; 425 425
Note: See TracChangeset
for help on using the changeset viewer.