summaryrefslogtreecommitdiff
path: root/i/marvin/src/ai/ai.hh
diff options
context:
space:
mode:
authordufourj2006-05-26 15:47:50 +0000
committerdufourj2006-05-26 15:47:50 +0000
commit6816e1505503bfeb39b3f9e4156e2514907cdbba (patch)
treed448be92c7ff6ed5e9c64078da6a19590349af77 /i/marvin/src/ai/ai.hh
parent76269fe0b3aac7343ee8828840c6d89abd5ee226 (diff)
Génral :
- commit post 3eme match.
Diffstat (limited to 'i/marvin/src/ai/ai.hh')
-rw-r--r--i/marvin/src/ai/ai.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/i/marvin/src/ai/ai.hh b/i/marvin/src/ai/ai.hh
index e3f7e19..29598b4 100644
--- a/i/marvin/src/ai/ai.hh
+++ b/i/marvin/src/ai/ai.hh
@@ -48,6 +48,7 @@ class Ai
const int round_duration_;
const int schedule_time_;
const int reference_sensor_mask_;
+ bool mustRotate_;
public:
/// Constructeur
Ai(const Config & config);