[Orxonox-commit 7323] r11940 - code/branches/3DPacman_FS18/src/modules/pacman

dreherm at orxonox.net dreherm at orxonox.net
Fri May 4 23:28:42 CEST 2018


Author: dreherm
Date: 2018-05-04 23:28:41 +0200 (Fri, 04 May 2018)
New Revision: 11940

Modified:
   code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
Log:
Afraid Test 2

Modified: code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
===================================================================
--- code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h	2018-05-04 21:22:50 UTC (rev 11939)
+++ code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h	2018-05-04 21:28:41 UTC (rev 11940)
@@ -58,9 +58,8 @@
 
             bool findpos(Vector3 one, Vector3 other);      
             void changemovability();
-
+            bool dontmove = false;
         private:
-            bool dontmove = false;
             bool ismoving = false;
             int decision = 0; //Gives the random which way information to the ghost.
             int target_x = 0; 



More information about the Orxonox-commit mailing list