[Orxonox-commit 7331] r11948 - code/branches/3DPacman_FS18/src/modules/pacman

dreherm at orxonox.net dreherm at orxonox.net
Sat May 5 00:16:26 CEST 2018


Author: dreherm
Date: 2018-05-05 00:16:26 +0200 (Sat, 05 May 2018)
New Revision: 11948

Modified:
   code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
Log:
Afraid Test 10

Modified: code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
===================================================================
--- code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc	2018-05-04 22:14:59 UTC (rev 11947)
+++ code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc	2018-05-04 22:16:26 UTC (rev 11948)
@@ -420,7 +420,7 @@
         otherghost->setPosition(this->getPosition());
         this->setPosition(0,-20,0);
         otherghost->target_x = this->target_x;   //Probleme bei parallelen Porzessen
-        otherghost->target_y = this->target_y;
+        otherghost->target_z = this->target_z;
         otherghost->ismoving = this->ismoving;
 
         this->dontmove = true;



More information about the Orxonox-commit mailing list