[Orxonox-commit 7263] r11878 - code/branches/3DPacman_FS18/src/modules/Pacman

dreherm at orxonox.net dreherm at orxonox.net
Tue Apr 17 11:11:23 CEST 2018


Author: dreherm
Date: 2018-04-17 11:11:23 +0200 (Tue, 17 Apr 2018)
New Revision: 11878

Modified:
   code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc
   code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h
Log:
Test Game 13

Modified: code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc
===================================================================
--- code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc	2018-04-17 07:27:26 UTC (rev 11877)
+++ code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.cc	2018-04-17 09:11:23 UTC (rev 11878)
@@ -55,8 +55,8 @@
     }
 
 
-    PacmanGhost[4] ghosts;
-    PacmanPointSphere[1] spheres;
+    PacmanGhost ghosts[4];
+    PacmanPointSphere spheres[1];
 
 
     void Pacman::tick(float dt)

Modified: code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h
===================================================================
--- code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h	2018-04-17 07:27:26 UTC (rev 11877)
+++ code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h	2018-04-17 09:11:23 UTC (rev 11878)
@@ -92,7 +92,6 @@
 
             Vector3 currentPosition;
             PacmanGelb* player;
-            PacmanGhost[] ghosts;
             bool bcolli = false;
             Vector3 startposplayer = Vector3(0,10,245);
             int totallevelpoint = 1;



More information about the Orxonox-commit mailing list