summaryrefslogtreecommitdiff
path: root/i/marvin/src/ai/ai.hh
diff options
context:
space:
mode:
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);