diff options
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h index e175d70d9..8fc5611e4 100644 --- a/src/environment.h +++ b/src/environment.h @@ -303,6 +303,7 @@ public: //check if there's a line of sight between two positions bool line_of_sight(v3f pos1, v3f pos2, float stepsize=1.0); + u32 getGameTime() { return m_game_time; } private: /* |