[Orxonox-commit 7342] r11959 - code/branches/3DPacman_FS18/src/modules/pacman
dreherm at orxonox.net
dreherm at orxonox.net
Sun May 13 00:52:01 CEST 2018
Author: dreherm
Date: 2018-05-13 00:52:00 +0200 (Sun, 13 May 2018)
New Revision: 11959
Modified:
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
Log:
HUD test 2
Modified: code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc
===================================================================
--- code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc 2018-05-12 22:39:06 UTC (rev 11958)
+++ code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.cc 2018-05-12 22:52:00 UTC (rev 11959)
@@ -466,7 +466,7 @@
}
- void levelupvelo(){
+ void PacmanGhost::levelupvelo(){
velocity.x = velocity.x + 2;
velocity.y = velocity.y + 2;
velocity.z = velocity.z + 2;
More information about the Orxonox-commit
mailing list