diff options
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); |