[Orxonox-commit 7329] r11946 - code/branches/3DPacman_FS18/src/modules/pacman
dreherm at orxonox.net
dreherm at orxonox.net
Sat May 5 00:13:52 CEST 2018
Author: dreherm
Date: 2018-05-05 00:13:52 +0200 (Sat, 05 May 2018)
New Revision: 11946
Modified:
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
Log:
Afraid Test 8
Modified: code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
===================================================================
--- code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc 2018-05-04 22:12:36 UTC (rev 11945)
+++ code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc 2018-05-04 22:13:52 UTC (rev 11946)
@@ -416,7 +416,7 @@
}
- void changewith(PacmanGhost* otherghost){
+ void Pacman::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