[Orxonox-commit 7264] r11879 - code/branches/3DPacman_FS18/src/modules/Pacman
dreherm at orxonox.net
dreherm at orxonox.net
Tue Apr 17 11:35:03 CEST 2018
Author: dreherm
Date: 2018-04-17 11:35:03 +0200 (Tue, 17 Apr 2018)
New Revision: 11879
Modified:
code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc
Log:
Tes Game 14
Modified: code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc
===================================================================
--- code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc 2018-04-17 09:11:23 UTC (rev 11878)
+++ code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc 2018-04-17 09:35:03 UTC (rev 11879)
@@ -55,8 +55,8 @@
}
- PacmanGhost ghosts[4];
- PacmanPointSphere spheres[1];
+ PacmanGhost* ghosts[4];
+ PacmanPointSphere* spheres[1];
void Pacman::tick(float dt)
More information about the Orxonox-commit
mailing list