summary refs log tree commit diff stats
path: root/src/behaviour_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/behaviour_system.h')
-rw-r--r--src/behaviour_system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/behaviour_system.h b/src/behaviour_system.h index 526a09b..1ddce4a 100644 --- a/src/behaviour_system.h +++ b/src/behaviour_system.h
@@ -31,6 +31,7 @@ private:
31 31
32 Game& game_; 32 Game& game_;
33 Timer timer_ { 500 }; 33 Timer timer_ { 500 };
34 Timer overcorrectionTimer_ { 1000/60 };
34}; 35};
35 36
36#endif /* end of include guard: BEHAVIOUR_SYSTEM_H_FC908ABE */ 37#endif /* end of include guard: BEHAVIOUR_SYSTEM_H_FC908ABE */