diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-03-26 19:27:17 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-03-26 19:27:17 +0200 |
commit | c9a0aff5a9333cf5e0ee55ba5c8551457a3ae13c (patch) | |
tree | af5175e56edcb50062555933eb9779a9e7c231a6 /src/common.hpp | |
parent | 2f978ea5085678e98e391317cc50ac991cd726a8 (diff) |
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp index 6042e08..d4950e4 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -256,6 +256,7 @@ namespace game { bool paused; ntime_t t0; size_t frames = 0, frames_since_t0, frames_behind = 0; + ntime_t pathfinder_time = 0; void start(void); void stop(void); |