Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11948


Ignore:
Timestamp:
May 5, 2018, 12:16:26 AM (6 years ago)
Author:
dreherm
Message:

Afraid Test 10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc

    r11947 r11948  
    421421        this->setPosition(0,-20,0);
    422422        otherghost->target_x = this->target_x;   //Probleme bei parallelen Porzessen
    423         otherghost->target_y = this->target_y;
     423        otherghost->target_z = this->target_z;
    424424        otherghost->ismoving = this->ismoving;
    425425
Note: See TracChangeset for help on using the changeset viewer.