[Orxonox-commit 7262] r11877 - code/branches/3DPacman_FS18/src/modules/Pacman

dreherm at orxonox.net dreherm at orxonox.net
Tue Apr 17 09:27:26 CEST 2018


Author: dreherm
Date: 2018-04-17 09:27:26 +0200 (Tue, 17 Apr 2018)
New Revision: 11877

Modified:
   code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h
Log:
Tes Game 12

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



More information about the Orxonox-commit mailing list