- Timestamp:
- May 3, 2018, 2:57:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
r11927 r11931 49 49 50 50 this->setCollisionType(CollisionType::Dynamic); 51 52 this->resetposition = this->getPosition(); //Set Default start position53 51 54 52 this->actuelposition = this->getPosition(); … … 325 323 setnewTarget(56,64); 326 324 } 325 else if(findpos(actuelposition,possibleposition[66])){ 326 setnewTarget(47,48); 327 } 327 328 328 329 else{
Note: See TracChangeset
for help on using the changeset viewer.