[Orxonox-commit 7330] r11947 - code/branches/3DPacman_FS18/src/modules/pacman
dreherm at orxonox.net
dreherm at orxonox.net
Sat May 5 00:14:59 CEST 2018
Author: dreherm
Date: 2018-05-05 00:14:59 +0200 (Sat, 05 May 2018)
New Revision: 11947
Modified:
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
Log:
Afraid Test 9
Modified: code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
===================================================================
--- code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc 2018-05-04 22:13:52 UTC (rev 11946)
+++ code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc 2018-05-04 22:14:59 UTC (rev 11947)
@@ -416,7 +416,7 @@
}
- void Pacman::changewith(PacmanGhost* otherghost){
+ void PacmanGhost::changewith(PacmanGhost* otherghost){
otherghost->setPosition(this->getPosition());
this->setPosition(0,-20,0);
otherghost->target_x = this->target_x; //Probleme bei parallelen Porzessen
More information about the Orxonox-commit
mailing list