[Orxonox-commit 7334] r11951 - code/branches/3DPacman_FS18/src/modules/pacman
dreherm at orxonox.net
dreherm at orxonox.net
Sat May 5 00:30:41 CEST 2018
Author: dreherm
Date: 2018-05-05 00:30:41 +0200 (Sat, 05 May 2018)
New Revision: 11951
Modified:
code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
Log:
Afraid Test 13
Modified: code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h
===================================================================
--- code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h 2018-05-04 22:29:25 UTC (rev 11950)
+++ code/branches/3DPacman_FS18/src/modules/pacman/PacmanGhost.h 2018-05-04 22:30:41 UTC (rev 11951)
@@ -59,12 +59,13 @@
bool findpos(Vector3 one, Vector3 other);
void changemovability();
bool dontmove = false;
+ bool lockmove = false;
Vector3 actuelposition;
bool ismoving = false;
int target_x = 0;
int target_z = 0;
-
+
private:
int decision = 0; //Gives the random which way information to the ghost.
Vector3 velocity;
More information about the Orxonox-commit
mailing list